Html Css Color HEX #F2227D Deep Pink

📋 copy color: '#F2227D'

red 242 ◦ green 34 ◦ blue 125

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

Shades of Deep Pink #F2227D

Tints of Deep Pink #F2227D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.48%

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

R = 60.35%
G = 8.48%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2227D (or 0xF2227D) is known color: Deep Pink. HEX triplet: F2, 22 and 7D. RGB value is (242,34,125). Sum of RGB (Red+Green+Blue) = 242+34+125=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2227D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2227D is #0DDD82. Grayscale: #6A6A6A. Windows color (decimal): -908675 or 8200946. OLE color: 8200946.

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

Color convert

RGB 242 34 125 -
CMYK 0 0.86 0.48 0.05
HSL 333.75º 0.89% 0.54% -
HSV(B) 333.75º 0.86% 0.95% -
XYZ 40.89 21.5 21.4 -
YUV 106.57 138.41 224.6 -
System Red Green Blue C M Y K H S L
Decimal 242 34 125 0 0.86 0.48 0.05 333.75 0.89 0.54
Hex F2 22 7D 0 56 30 5 14E 59 36
Octal 362 42 175 0 126 60 5 516 131 66
Binary 11110010 100010 1111101 0 1010110 110000 101 101001110 1011001 110110

Color Harmonies of #F2227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2227D

Black with #F2227D

Text Example


Text Example

White with #F2227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2227D; }

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

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

background-color css

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

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

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

border-color css

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

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

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