Html Css Color HEX #F2276A Cerise

📋 copy color: '#F2276A'

red 242 ◦ green 39 ◦ blue 106

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

Shades of Cerise #F2276A

Tints of Cerise #F2276A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.08%

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

R = 62.53%
G = 10.08%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2276A (or 0xF2276A) is known color: Cerise. HEX triplet: F2, 27 and 6A. RGB value is (242,39,106). Sum of RGB (Red+Green+Blue) = 242+39+106=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F2276A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2276A is #0DD895. Grayscale: #6B6B6B. Windows color (decimal): -907414 or 6957042. OLE color: 6957042.

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

Color convert

RGB 242 39 106 -
CMYK 0 0.84 0.56 0.05
HSL 340.2º 0.89% 0.55% -
HSV(B) 340.2º 0.84% 0.95% -
XYZ 39.94 21.37 15.65 -
YUV 107.34 127.25 224.05 -
System Red Green Blue C M Y K H S L
Decimal 242 39 106 0 0.84 0.56 0.05 340.2 0.89 0.55
Hex F2 27 6A 0 54 38 5 154 59 37
Octal 362 47 152 0 124 70 5 524 131 67
Binary 11110010 100111 1101010 0 1010100 111000 101 101010100 1011001 110111

Color Harmonies of #F2276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2276A

Black with #F2276A

Text Example


Text Example

White with #F2276A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2276A; }

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

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

background-color css

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

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

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

border-color css

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

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

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