Html Css Color HEX #F02669 Cerise

📋 copy color: '#F02669'

red 240 ◦ green 38 ◦ blue 105

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

Shades of Cerise #F02669

Tints of Cerise #F02669

RGB

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

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

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

R = 62.66%
G = 9.92%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F02669 (or 0xF02669) is known color: Cerise. HEX triplet: F0, 26 and 69. RGB value is (240,38,105). Sum of RGB (Red+Green+Blue) = 240+38+105=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F02669 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02669 is #0FD996. Grayscale: #696969. Windows color (decimal): -1038743 or 6891248. OLE color: 6891248.

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

Color convert

RGB 240 38 105 -
CMYK 0 0.84 0.56 0.06
HSL 340.1º 0.87% 0.55% -
HSV(B) 340.1º 0.84% 0.94% -
XYZ 39.18 20.93 15.34 -
YUV 106.04 127.42 223.55 -
System Red Green Blue C M Y K H S L
Decimal 240 38 105 0 0.84 0.56 0.06 340.1 0.87 0.55
Hex F0 26 69 0 54 38 6 154 57 37
Octal 360 46 151 0 124 70 6 524 127 67
Binary 11110000 100110 1101001 0 1010100 111000 110 101010100 1010111 110111

Color Harmonies of #F02669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02669

Black with #F02669

Text Example


Text Example

White with #F02669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02669; }

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

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

background-color css

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

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

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

border-color css

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

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

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