Html Css Color HEX #F2177F Deep Pink

📋 copy color: '#F2177F'

red 242 ◦ green 23 ◦ blue 127

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

Shades of Deep Pink #F2177F

Tints of Deep Pink #F2177F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.87%

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

R = 61.73%
G = 5.87%
B = 32.4%

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

#F2177F (or 0xF2177F) is known color: Deep Pink. HEX triplet: F2, 17 and 7F. RGB value is (242,23,127). Sum of RGB (Red+Green+Blue) = 242+23+127=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 23 (9.38% from 255 or 5.87% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F2177F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2177F is #0DE880. Grayscale: #646464. Windows color (decimal): -911489 or 8329202. OLE color: 8329202.

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

Color convert

RGB 242 23 127 -
CMYK 0 0.90 0.48 0.05
HSL 331.51º 0.89% 0.52% -
HSV(B) 331.51º 0.9% 0.95% -
XYZ 40.76 21.02 21.99 -
YUV 100.34 143.05 229.04 -
System Red Green Blue C M Y K H S L
Decimal 242 23 127 0 0.90 0.48 0.05 331.51 0.89 0.52
Hex F2 17 7F 0 5A 30 5 14C 59 34
Octal 362 27 177 0 132 60 5 514 131 64
Binary 11110010 10111 1111111 0 1011010 110000 101 101001100 1011001 110100

Color Harmonies of #F2177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2177F

Black with #F2177F

Text Example


Text Example

White with #F2177F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2177F; }

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

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

background-color css

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

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

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

border-color css

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

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

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