Html Css Color HEX #F20C7A Deep Pink

📋 copy color: '#F20C7A'

red 242 ◦ green 12 ◦ blue 122

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

Shades of Deep Pink #F20C7A

Tints of Deep Pink #F20C7A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.19%

 BLUE value IS 122 (48.05% from 255) = 32.45%

R = 64.36%
G = 3.19%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F20C7A (or 0xF20C7A) is known color: Deep Pink. HEX triplet: F2, 0C and 7A. RGB value is (242,12,122). Sum of RGB (Red+Green+Blue) = 242+12+122=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F20C7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20C7A is #0DF385. Grayscale: #5D5D5D. Windows color (decimal): -914310 or 7998706. OLE color: 7998706.

HSL color Cylindrical-coordinate representation of color #F20C7A: hue angle of 331.3º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20C7A is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 12 122 -
CMYK 0 0.95 0.50 0.05
HSL 331.3º 0.91% 0.5% -
HSV(B) 331.3º 0.95% 0.95% -
XYZ 40.26 20.55 20.26 -
YUV 93.31 144.2 234.06 -
System Red Green Blue C M Y K H S L
Decimal 242 12 122 0 0.95 0.50 0.05 331.3 0.91 0.5
Hex F2 C 7A 0 5F 32 5 14B 5B 32
Octal 362 14 172 0 137 62 5 513 133 62
Binary 11110010 1100 1111010 0 1011111 110010 101 101001011 1011011 110010

Color Harmonies of #F20C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20C7A

Black with #F20C7A

Text Example


Text Example

White with #F20C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20C7A; }

 p { color: rgb(242,12,122); }

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

background-color css

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

 a { background-color: rgb(242,12,122); }

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

border-color css

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

 span { border-color: rgb(242,12,122); }

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