Html Css Color HEX #F03269 Cerise

📋 copy color: '#F03269'

red 240 ◦ green 50 ◦ blue 105

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

Shades of Cerise #F03269

Tints of Cerise #F03269

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.66%

 BLUE value IS 105 (41.41% from 255) = 26.58%

R = 60.76%
G = 12.66%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F03269 (or 0xF03269) is known color: Cerise. HEX triplet: F0, 32 and 69. RGB value is (240,50,105). Sum of RGB (Red+Green+Blue) = 240+50+105=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F03269 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03269 is #0FCD96. Grayscale: #717171. Windows color (decimal): -1035671 or 6894320. OLE color: 6894320.

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

Color convert

RGB 240 50 105 -
CMYK 0 0.79 0.56 0.06
HSL 342.63º 0.86% 0.57% -
HSV(B) 342.63º 0.79% 0.94% -
XYZ 39.63 21.83 15.49 -
YUV 113.08 123.45 218.53 -
System Red Green Blue C M Y K H S L
Decimal 240 50 105 0 0.79 0.56 0.06 342.63 0.86 0.57
Hex F0 32 69 0 4F 38 6 157 56 39
Octal 360 62 151 0 117 70 6 527 126 71
Binary 11110000 110010 1101001 0 1001111 111000 110 101010111 1010110 111001

Color Harmonies of #F03269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03269

Black with #F03269

Text Example


Text Example

White with #F03269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03269; }

 p { color: rgb(240,50,105); }

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

background-color css

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

 a { background-color: rgb(240,50,105); }

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

border-color css

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

 span { border-color: rgb(240,50,105); }

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