Html Css Color HEX #F2276F Cerise

📋 copy color: '#F2276F'

red 242 ◦ green 39 ◦ blue 111

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

Shades of Cerise #F2276F

Tints of Cerise #F2276F

RGB

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

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

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

R = 61.73%
G = 9.95%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2276F (or 0xF2276F) is known color: Cerise. HEX triplet: F2, 27 and 6F. RGB value is (242,39,111). Sum of RGB (Red+Green+Blue) = 242+39+111=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F2276F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2276F is #0DD890. Grayscale: #6B6B6B. Windows color (decimal): -907409 or 7284722. OLE color: 7284722.

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

Color convert

RGB 242 39 111 -
CMYK 0 0.84 0.54 0.05
HSL 338.72º 0.89% 0.55% -
HSV(B) 338.72º 0.84% 0.95% -
XYZ 40.21 21.48 17.06 -
YUV 107.91 129.75 223.65 -
System Red Green Blue C M Y K H S L
Decimal 242 39 111 0 0.84 0.54 0.05 338.72 0.89 0.55
Hex F2 27 6F 0 54 36 5 153 59 37
Octal 362 47 157 0 124 66 5 523 131 67
Binary 11110010 100111 1101111 0 1010100 110110 101 101010011 1011001 110111

Color Harmonies of #F2276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2276F

Black with #F2276F

Text Example


Text Example

White with #F2276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2276F; }

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

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

background-color css

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

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

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

border-color css

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

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

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