Html Css Color HEX #F2276C Cerise

📋 copy color: '#F2276C'

red 242 ◦ green 39 ◦ blue 108

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

Shades of Cerise #F2276C

Tints of Cerise #F2276C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.76%

R = 62.21%
G = 10.03%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2276C (or 0xF2276C) is known color: Cerise. HEX triplet: F2, 27 and 6C. RGB value is (242,39,108). Sum of RGB (Red+Green+Blue) = 242+39+108=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F2276C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2276C is #0DD893. Grayscale: #6B6B6B. Windows color (decimal): -907412 or 7088114. OLE color: 7088114.

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

Color convert

RGB 242 39 108 -
CMYK 0 0.84 0.55 0.05
HSL 339.61º 0.89% 0.55% -
HSV(B) 339.61º 0.84% 0.95% -
XYZ 40.05 21.41 16.21 -
YUV 107.56 128.25 223.89 -
System Red Green Blue C M Y K H S L
Decimal 242 39 108 0 0.84 0.55 0.05 339.61 0.89 0.55
Hex F2 27 6C 0 54 37 5 154 59 37
Octal 362 47 154 0 124 67 5 524 131 67
Binary 11110010 100111 1101100 0 1010100 110111 101 101010100 1011001 110111

Color Harmonies of #F2276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2276C

Black with #F2276C

Text Example


Text Example

White with #F2276C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2276C; }

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

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

background-color css

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

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

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

border-color css

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

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

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