Html Css Color HEX #F02674 Cerise

📋 copy color: '#F02674'

red 240 ◦ green 38 ◦ blue 116

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

Shades of Cerise #F02674

Tints of Cerise #F02674

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.64%

 BLUE value IS 116 (45.7% from 255) = 29.44%

R = 60.91%
G = 9.64%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F02674 (or 0xF02674) is known color: Cerise. HEX triplet: F0, 26 and 74. RGB value is (240,38,116). Sum of RGB (Red+Green+Blue) = 240+38+116=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F02674 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02674 is #0FD98B. Grayscale: #6B6B6B. Windows color (decimal): -1038732 or 7612144. OLE color: 7612144.

HSL color Cylindrical-coordinate representation of color #F02674: hue angle of 336.83º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F02674 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 38 116 -
CMYK 0 0.84 0.52 0.06
HSL 336.83º 0.87% 0.55% -
HSV(B) 336.83º 0.84% 0.94% -
XYZ 39.78 21.17 18.51 -
YUV 107.29 132.92 222.66 -
System Red Green Blue C M Y K H S L
Decimal 240 38 116 0 0.84 0.52 0.06 336.83 0.87 0.55
Hex F0 26 74 0 54 34 6 151 57 37
Octal 360 46 164 0 124 64 6 521 127 67
Binary 11110000 100110 1110100 0 1010100 110100 110 101010001 1010111 110111

Color Harmonies of #F02674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02674

Black with #F02674

Text Example


Text Example

White with #F02674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02674; }

 p { color: rgb(240,38,116); }

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

background-color css

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

 a { background-color: rgb(240,38,116); }

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

border-color css

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

 span { border-color: rgb(240,38,116); }

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