Html Css Color HEX #F2316F Cerise

📋 copy color: '#F2316F'

red 242 ◦ green 49 ◦ blue 111

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

Shades of Cerise #F2316F

Tints of Cerise #F2316F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.19%

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

R = 60.2%
G = 12.19%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2316F (or 0xF2316F) is known color: Cerise. HEX triplet: F2, 31 and 6F. RGB value is (242,49,111). Sum of RGB (Red+Green+Blue) = 242+49+111=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F2316F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2316F is #0DCE90. Grayscale: #717171. Windows color (decimal): -904849 or 7287282. OLE color: 7287282.

HSL color Cylindrical-coordinate representation of color #F2316F: hue angle of 340.73º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F2316F is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 49 111 -
CMYK 0 0.80 0.54 0.05
HSL 340.73º 0.88% 0.57% -
HSV(B) 340.73º 0.8% 0.95% -
XYZ 40.59 22.22 17.19 -
YUV 113.78 126.44 219.46 -
System Red Green Blue C M Y K H S L
Decimal 242 49 111 0 0.80 0.54 0.05 340.73 0.88 0.57
Hex F2 31 6F 0 50 36 5 155 58 39
Octal 362 61 157 0 120 66 5 525 130 71
Binary 11110010 110001 1101111 0 1010000 110110 101 101010101 1011000 111001

Color Harmonies of #F2316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2316F

Black with #F2316F

Text Example


Text Example

White with #F2316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2316F; }

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

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

background-color css

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

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

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

border-color css

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

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

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