Html Css Color HEX #F2247B Deep Cerise

📋 copy color: '#F2247B'

red 242 ◦ green 36 ◦ blue 123

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

Shades of Deep Cerise #F2247B

Tints of Deep Cerise #F2247B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.98%

 BLUE value IS 123 (48.44% from 255) = 30.67%

R = 60.35%
G = 8.98%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2247B (or 0xF2247B) is known color: Deep Cerise. HEX triplet: F2, 24 and 7B. RGB value is (242,36,123). Sum of RGB (Red+Green+Blue) = 242+36+123=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2247B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2247B is #0DDB84. Grayscale: #6B6B6B. Windows color (decimal): -908165 or 8070386. OLE color: 8070386.

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

Color convert

RGB 242 36 123 -
CMYK 0 0.85 0.49 0.05
HSL 334.66º 0.89% 0.55% -
HSV(B) 334.66º 0.85% 0.95% -
XYZ 40.82 21.57 20.75 -
YUV 107.51 136.75 223.93 -
System Red Green Blue C M Y K H S L
Decimal 242 36 123 0 0.85 0.49 0.05 334.66 0.89 0.55
Hex F2 24 7B 0 55 31 5 14F 59 37
Octal 362 44 173 0 125 61 5 517 131 67
Binary 11110010 100100 1111011 0 1010101 110001 101 101001111 1011001 110111

Color Harmonies of #F2247B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2247B

Black with #F2247B

Text Example


Text Example

White with #F2247B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2247B; }

 p { color: rgb(242,36,123); }

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

background-color css

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

 a { background-color: rgb(242,36,123); }

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

border-color css

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

 span { border-color: rgb(242,36,123); }

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