Html Css Color HEX #F2277D Deep Cerise

📋 copy color: '#F2277D'

red 242 ◦ green 39 ◦ blue 125

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

Shades of Deep Cerise #F2277D

Tints of Deep Cerise #F2277D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.79%

R = 59.61%
G = 9.61%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2277D (or 0xF2277D) is known color: Deep Cerise. HEX triplet: F2, 27 and 7D. RGB value is (242,39,125). Sum of RGB (Red+Green+Blue) = 242+39+125=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F2277D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2277D is #0DD882. Grayscale: #6D6D6D. Windows color (decimal): -907395 or 8202226. OLE color: 8202226.

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

Color convert

RGB 242 39 125 -
CMYK 0 0.84 0.48 0.05
HSL 334.58º 0.89% 0.55% -
HSV(B) 334.58º 0.84% 0.95% -
XYZ 41.05 21.81 21.45 -
YUV 109.5 136.75 222.51 -
System Red Green Blue C M Y K H S L
Decimal 242 39 125 0 0.84 0.48 0.05 334.58 0.89 0.55
Hex F2 27 7D 0 54 30 5 14F 59 37
Octal 362 47 175 0 124 60 5 517 131 67
Binary 11110010 100111 1111101 0 1010100 110000 101 101001111 1011001 110111

Color Harmonies of #F2277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2277D

Black with #F2277D

Text Example


Text Example

White with #F2277D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2277D; }

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

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

background-color css

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

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

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

border-color css

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

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

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