Html Css Color HEX #F2256F Cerise

📋 copy color: '#F2256F'

red 242 ◦ green 37 ◦ blue 111

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

Shades of Cerise #F2256F

Tints of Cerise #F2256F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.49%

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

R = 62.05%
G = 9.49%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2256F (or 0xF2256F) is known color: Cerise. HEX triplet: F2, 25 and 6F. RGB value is (242,37,111). Sum of RGB (Red+Green+Blue) = 242+37+111=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F2256F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2256F is #0DDA90. Grayscale: #6A6A6A. Windows color (decimal): -907921 or 7284210. OLE color: 7284210.

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

Color convert

RGB 242 37 111 -
CMYK 0 0.85 0.54 0.05
HSL 338.34º 0.89% 0.55% -
HSV(B) 338.34º 0.85% 0.95% -
XYZ 40.15 21.35 17.04 -
YUV 106.73 130.42 224.48 -
System Red Green Blue C M Y K H S L
Decimal 242 37 111 0 0.85 0.54 0.05 338.34 0.89 0.55
Hex F2 25 6F 0 55 36 5 152 59 37
Octal 362 45 157 0 125 66 5 522 131 67
Binary 11110010 100101 1101111 0 1010101 110110 101 101010010 1011001 110111

Color Harmonies of #F2256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2256F

Black with #F2256F

Text Example


Text Example

White with #F2256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2256F; }

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

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

background-color css

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

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

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

border-color css

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

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

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