Html Css Color HEX #F2187F Deep Pink

📋 copy color: '#F2187F'

red 242 ◦ green 24 ◦ blue 127

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

Shades of Deep Pink #F2187F

Tints of Deep Pink #F2187F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.32%

R = 61.58%
G = 6.11%
B = 32.32%

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

#F2187F (or 0xF2187F) is known color: Deep Pink. HEX triplet: F2, 18 and 7F. RGB value is (242,24,127). Sum of RGB (Red+Green+Blue) = 242+24+127=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F2187F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2187F is #0DE780. Grayscale: #646464. Windows color (decimal): -911233 or 8329458. OLE color: 8329458.

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

Color convert

RGB 242 24 127 -
CMYK 0 0.90 0.48 0.05
HSL 331.65º 0.89% 0.52% -
HSV(B) 331.65º 0.9% 0.95% -
XYZ 40.78 21.06 22 -
YUV 100.92 142.72 228.62 -
System Red Green Blue C M Y K H S L
Decimal 242 24 127 0 0.90 0.48 0.05 331.65 0.89 0.52
Hex F2 18 7F 0 5A 30 5 14C 59 34
Octal 362 30 177 0 132 60 5 514 131 64
Binary 11110010 11000 1111111 0 1011010 110000 101 101001100 1011001 110100

Color Harmonies of #F2187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2187F

Black with #F2187F

Text Example


Text Example

White with #F2187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2187F; }

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

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

background-color css

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

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

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

border-color css

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

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

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