Html Css Color HEX #F0266F Cerise

📋 copy color: '#F0266F'

red 240 ◦ green 38 ◦ blue 111

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

Shades of Cerise #F0266F

Tints of Cerise #F0266F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.53%

R = 61.7%
G = 9.77%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0266F (or 0xF0266F) is known color: Cerise. HEX triplet: F0, 26 and 6F. RGB value is (240,38,111). Sum of RGB (Red+Green+Blue) = 240+38+111=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F0266F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0266F is #0FD990. Grayscale: #6A6A6A. Windows color (decimal): -1038737 or 7284464. OLE color: 7284464.

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

Color convert

RGB 240 38 111 -
CMYK 0 0.84 0.54 0.06
HSL 338.32º 0.87% 0.55% -
HSV(B) 338.32º 0.84% 0.94% -
XYZ 39.5 21.06 17.02 -
YUV 106.72 130.42 223.06 -
System Red Green Blue C M Y K H S L
Decimal 240 38 111 0 0.84 0.54 0.06 338.32 0.87 0.55
Hex F0 26 6F 0 54 36 6 152 57 37
Octal 360 46 157 0 124 66 6 522 127 67
Binary 11110000 100110 1101111 0 1010100 110110 110 101010010 1010111 110111

Color Harmonies of #F0266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0266F

Black with #F0266F

Text Example


Text Example

White with #F0266F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0266F; }

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

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

background-color css

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

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

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

border-color css

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

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

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