Html Css Color HEX #F2517C Dark Pink

📋 copy color: '#F2517C'

red 242 ◦ green 81 ◦ blue 124

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

Shades of Dark Pink #F2517C

Tints of Dark Pink #F2517C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.12%

 BLUE value IS 124 (48.83% from 255) = 27.74%

R = 54.14%
G = 18.12%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2517C (or 0xF2517C) is known color: Dark Pink. HEX triplet: F2, 51 and 7C. RGB value is (242,81,124). Sum of RGB (Red+Green+Blue) = 242+81+124=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F2517C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2517C is #0DAE83. Grayscale: #868686. Windows color (decimal): -896644 or 8147442. OLE color: 8147442.

HSL color Cylindrical-coordinate representation of color #F2517C: hue angle of 343.98º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2517C is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 81 124 -
CMYK 0 0.67 0.49 0.05
HSL 343.98º 0.86% 0.63% -
HSV(B) 343.98º 0.67% 0.95% -
XYZ 43.2 26.22 21.85 -
YUV 134.04 122.34 205 -
System Red Green Blue C M Y K H S L
Decimal 242 81 124 0 0.67 0.49 0.05 343.98 0.86 0.63
Hex F2 51 7C 0 43 31 5 158 56 3F
Octal 362 121 174 0 103 61 5 530 126 77
Binary 11110010 1010001 1111100 0 1000011 110001 101 101011000 1010110 111111

Color Harmonies of #F2517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2517C

Black with #F2517C

Text Example


Text Example

White with #F2517C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2517C; }

 p { color: rgb(242,81,124); }

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

background-color css

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

 a { background-color: rgb(242,81,124); }

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

border-color css

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

 span { border-color: rgb(242,81,124); }

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