Html Css Color HEX #F2187E Deep Pink

📋 copy color: '#F2187E'

red 242 ◦ green 24 ◦ blue 126

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

Shades of Deep Pink #F2187E

Tints of Deep Pink #F2187E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.12%

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

R = 61.73%
G = 6.12%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2187E (or 0xF2187E) is known color: Deep Pink. HEX triplet: F2, 18 and 7E. RGB value is (242,24,126). Sum of RGB (Red+Green+Blue) = 242+24+126=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F2187E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2187E is #0DE781. Grayscale: #646464. Windows color (decimal): -911234 or 8263922. OLE color: 8263922.

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

Color convert

RGB 242 24 126 -
CMYK 0 0.90 0.48 0.05
HSL 331.93º 0.89% 0.52% -
HSV(B) 331.93º 0.9% 0.95% -
XYZ 40.71 21.04 21.65 -
YUV 100.81 142.22 228.71 -
System Red Green Blue C M Y K H S L
Decimal 242 24 126 0 0.90 0.48 0.05 331.93 0.89 0.52
Hex F2 18 7E 0 5A 30 5 14C 59 34
Octal 362 30 176 0 132 60 5 514 131 64
Binary 11110010 11000 1111110 0 1011010 110000 101 101001100 1011001 110100

Color Harmonies of #F2187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2187E

Black with #F2187E

Text Example


Text Example

White with #F2187E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2187E; }

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

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

background-color css

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

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

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

border-color css

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

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

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