Html Css Color HEX #F02672 Cerise

📋 copy color: '#F02672'

red 240 ◦ green 38 ◦ blue 114

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

Shades of Cerise #F02672

Tints of Cerise #F02672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.08%

R = 61.22%
G = 9.69%
B = 29.08%

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

#F02672 (or 0xF02672) is known color: Cerise. HEX triplet: F0, 26 and 72. RGB value is (240,38,114). Sum of RGB (Red+Green+Blue) = 240+38+114=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F02672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02672 is #0FD98D. Grayscale: #6A6A6A. Windows color (decimal): -1038734 or 7481072. OLE color: 7481072.

HSL color Cylindrical-coordinate representation of color #F02672: hue angle of 337.43º 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 #F02672 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 38 114 -
CMYK 0 0.84 0.52 0.06
HSL 337.43º 0.87% 0.55% -
HSV(B) 337.43º 0.84% 0.94% -
XYZ 39.67 21.13 17.91 -
YUV 107.06 131.92 222.82 -
System Red Green Blue C M Y K H S L
Decimal 240 38 114 0 0.84 0.52 0.06 337.43 0.87 0.55
Hex F0 26 72 0 54 34 6 151 57 37
Octal 360 46 162 0 124 64 6 521 127 67
Binary 11110000 100110 1110010 0 1010100 110100 110 101010001 1010111 110111

Color Harmonies of #F02672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02672

Black with #F02672

Text Example


Text Example

White with #F02672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02672; }

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

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

background-color css

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

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

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

border-color css

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

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

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