Html Css Color HEX #F03468 Cerise

📋 copy color: '#F03468'

red 240 ◦ green 52 ◦ blue 104

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

Shades of Cerise #F03468

Tints of Cerise #F03468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.13%

 BLUE value IS 104 (41.02% from 255) = 26.26%

R = 60.61%
G = 13.13%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F03468 (or 0xF03468) is known color: Cerise. HEX triplet: F0, 34 and 68. RGB value is (240,52,104). Sum of RGB (Red+Green+Blue) = 240+52+104=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F03468 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03468 is #0FCB97. Grayscale: #727272. Windows color (decimal): -1035160 or 6829296. OLE color: 6829296.

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

Color convert

RGB 240 52 104 -
CMYK 0 0.78 0.57 0.06
HSL 343.4º 0.86% 0.57% -
HSV(B) 343.4º 0.78% 0.94% -
XYZ 39.66 21.98 15.25 -
YUV 114.14 122.28 217.77 -
System Red Green Blue C M Y K H S L
Decimal 240 52 104 0 0.78 0.57 0.06 343.4 0.86 0.57
Hex F0 34 68 0 4E 39 6 157 56 39
Octal 360 64 150 0 116 71 6 527 126 71
Binary 11110000 110100 1101000 0 1001110 111001 110 101010111 1010110 111001

Color Harmonies of #F03468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03468

Black with #F03468

Text Example


Text Example

White with #F03468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03468; }

 p { color: rgb(240,52,104); }

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

background-color css

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

 a { background-color: rgb(240,52,104); }

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

border-color css

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

 span { border-color: rgb(240,52,104); }

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