#F934B2

Color #F934B2 Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #F934B2

Tints of Persian Rose #F934B2

Color information

#F934B2 (or 0xF934B2) is unknown color: approx Persian Rose. HEX triplet: F9, 34 and B2. RGB value is (249,52,178). Sum of RGB (Red+Green+Blue) = 249+52+178=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 52 (20.70% from 255 or 10.86% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F934B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F934B2 is #06CB4D. Grayscale: #7C7C7C. Windows color (decimal): -445262 or 11678969. OLE color: 11678969.

HSL color Cylindrical-coordinate representation of color #F934B2: hue angle of 321.62º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F934B2 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB24952178-
CMYK00.790.290.02
HSL321.62º94.26%59.02%-
HSV(B)321.62º79.12%97.65%-
XYZ48.3325.8144.55-
YUV125.27157.77216.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 51.98%
GREEN value IS 52 (20.70% from 255) = 10.86%
BLUE value IS 178 (69.92% from 255) = 37.16%
R=51.98%
G=10.86%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495217800.790.290.02321.6294.2659.02
HexF934B204F1D21425e3b
Octal37164262011735250213673
Binary11111001110100101100100100111111101101010000101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F934B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F934B2; }

 p { color: rgb(249,52,178); }

 H1.HeaderClassName
 {
   color: #F934B2;
 }
 .AnyTagClassName
 {
   color: #F934B2;
 }
</style>
background-color css

<style>
 a { background-color: #F934B2; }

 a { background-color: rgb(249,52,178); }

 div.DivClassName
 {
   background-color: #F934B2;
 }
 .BgClassName
 {
   background-color: #F934B2;
 }
</style>
border-color css

<style>
 span { border-color: #F934B2; }

 span { border-color: rgb(249,52,178); }

 td.TdClassName
 {
   border-color: #F934B2;
 }
 .TagClassName
 {
   border-color: #F934B2;
 }
</style>