Html Css Color HEX #F2127E Deep Pink

📋 copy color: '#F2127E'

red 242 ◦ green 18 ◦ blue 126

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

Shades of Deep Pink #F2127E

Tints of Deep Pink #F2127E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.66%

 BLUE value IS 126 (49.61% from 255) = 32.64%

R = 62.69%
G = 4.66%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2127E (or 0xF2127E) is known color: Deep Pink. HEX triplet: F2, 12 and 7E. RGB value is (242,18,126). Sum of RGB (Red+Green+Blue) = 242+18+126=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F2127E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2127E is #0DED81. Grayscale: #616161. Windows color (decimal): -912770 or 8262386. OLE color: 8262386.

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

Color convert

RGB 242 18 126 -
CMYK 0 0.93 0.48 0.05
HSL 331.07º 0.9% 0.51% -
HSV(B) 331.07º 0.93% 0.95% -
XYZ 40.6 20.82 21.62 -
YUV 97.29 144.21 231.22 -
System Red Green Blue C M Y K H S L
Decimal 242 18 126 0 0.93 0.48 0.05 331.07 0.9 0.51
Hex F2 12 7E 0 5D 30 5 14B 5A 33
Octal 362 22 176 0 135 60 5 513 132 63
Binary 11110010 10010 1111110 0 1011101 110000 101 101001011 1011010 110011

Color Harmonies of #F2127E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2127E

Black with #F2127E

Text Example


Text Example

White with #F2127E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2127E; }

 p { color: rgb(242,18,126); }

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

background-color css

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

 a { background-color: rgb(242,18,126); }

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

border-color css

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

 span { border-color: rgb(242,18,126); }

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