Html Css Color HEX #F03CB2 Persian Rose

📋 copy color: '#F03CB2'

red 240 ◦ green 60 ◦ blue 178

#F03CB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #F03CB2

Tints of Persian Rose #F03CB2

RGB

 RED value IS 240 (94.14% from 255) = 50.21%

 GREEN value IS 60 (23.83% from 255) = 12.55%

 BLUE value IS 178 (69.92% from 255) = 37.24%

R = 50.21%
G = 12.55%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F03CB2 (or 0xF03CB2) is known color: Persian Rose. HEX triplet: F0, 3C and B2. RGB value is (240,60,178). Sum of RGB (Red+Green+Blue) = 240+60+178=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F03CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03CB2 is #0FC34D. Grayscale: #7E7E7E. Windows color (decimal): -1033038 or 11681008. OLE color: 11681008.

HSL color Cylindrical-coordinate representation of color #F03CB2: hue angle of 320.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03CB2 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 60 178 -
CMYK 0 0.75 0.26 0.06
HSL 320.67º 0.86% 0.59% -
HSV(B) 320.67º 0.75% 0.94% -
XYZ 45.59 24.97 44.54 -
YUV 127.27 156.63 208.41 -
System Red Green Blue C M Y K H S L
Decimal 240 60 178 0 0.75 0.26 0.06 320.67 0.86 0.59
Hex F0 3C B2 0 4B 1A 6 141 56 3B
Octal 360 74 262 0 113 32 6 501 126 73
Binary 11110000 111100 10110010 0 1001011 11010 110 101000001 1010110 111011

Color Harmonies of #F03CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03CB2

Black with #F03CB2

Text Example


Text Example

White with #F03CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03CB2; }

 p { color: rgb(240,60,178); }

 H1.HeaderClassName
 {
   color: #F03CB2;
 }
 .AnyTagClassName
 {
   color: #F03CB2;
 }
</style>

background-color css

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

 a { background-color: rgb(240,60,178); }

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

border-color css

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

 span { border-color: rgb(240,60,178); }

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