Html Css Color HEX #F2286A Cerise

📋 copy color: '#F2286A'

red 242 ◦ green 40 ◦ blue 106

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

Shades of Cerise #F2286A

Tints of Cerise #F2286A

RGB

 RED value IS 242 (94.92% from 255) = 62.37%

 GREEN value IS 40 (16.02% from 255) = 10.31%

 BLUE value IS 106 (41.8% from 255) = 27.32%

R = 62.37%
G = 10.31%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2286A (or 0xF2286A) is known color: Cerise. HEX triplet: F2, 28 and 6A. RGB value is (242,40,106). Sum of RGB (Red+Green+Blue) = 242+40+106=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F2286A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2286A is #0DD795. Grayscale: #6B6B6B. Windows color (decimal): -907158 or 6957298. OLE color: 6957298.

HSL color Cylindrical-coordinate representation of color #F2286A: hue angle of 340.4º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2286A is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 40 106 -
CMYK 0 0.83 0.56 0.05
HSL 340.4º 0.89% 0.55% -
HSV(B) 340.4º 0.83% 0.95% -
XYZ 39.98 21.44 15.67 -
YUV 107.92 126.92 223.63 -
System Red Green Blue C M Y K H S L
Decimal 242 40 106 0 0.83 0.56 0.05 340.4 0.89 0.55
Hex F2 28 6A 0 53 38 5 154 59 37
Octal 362 50 152 0 123 70 5 524 131 67
Binary 11110010 101000 1101010 0 1010011 111000 101 101010100 1011001 110111

Color Harmonies of #F2286A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2286A

Black with #F2286A

Text Example


Text Example

White with #F2286A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2286A; }

 p { color: rgb(242,40,106); }

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

background-color css

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

 a { background-color: rgb(242,40,106); }

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

border-color css

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

 span { border-color: rgb(242,40,106); }

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