Html Css Color HEX #F2267C Deep Cerise

📋 copy color: '#F2267C'

red 242 ◦ green 38 ◦ blue 124

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

Shades of Deep Cerise #F2267C

Tints of Deep Cerise #F2267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.41%

 BLUE value IS 124 (48.83% from 255) = 30.69%

R = 59.9%
G = 9.41%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2267C (or 0xF2267C) is known color: Deep Cerise. HEX triplet: F2, 26 and 7C. RGB value is (242,38,124). Sum of RGB (Red+Green+Blue) = 242+38+124=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2267C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2267C is #0DD983. Grayscale: #6C6C6C. Windows color (decimal): -907652 or 8136434. OLE color: 8136434.

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

Color convert

RGB 242 38 124 -
CMYK 0 0.84 0.49 0.05
HSL 334.71º 0.89% 0.55% -
HSV(B) 334.71º 0.84% 0.95% -
XYZ 40.95 21.72 21.1 -
YUV 108.8 136.59 223.01 -
System Red Green Blue C M Y K H S L
Decimal 242 38 124 0 0.84 0.49 0.05 334.71 0.89 0.55
Hex F2 26 7C 0 54 31 5 14F 59 37
Octal 362 46 174 0 124 61 5 517 131 67
Binary 11110010 100110 1111100 0 1010100 110001 101 101001111 1011001 110111

Color Harmonies of #F2267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2267C

Black with #F2267C

Text Example


Text Example

White with #F2267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2267C; }

 p { color: rgb(242,38,124); }

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

background-color css

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

 a { background-color: rgb(242,38,124); }

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

border-color css

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

 span { border-color: rgb(242,38,124); }

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