Html Css Color HEX #F2517D Dark Pink

📋 copy color: '#F2517D'

red 242 ◦ green 81 ◦ blue 125

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

Shades of Dark Pink #F2517D

Tints of Dark Pink #F2517D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.9%

R = 54.02%
G = 18.08%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2517D (or 0xF2517D) is known color: Dark Pink. HEX triplet: F2, 51 and 7D. RGB value is (242,81,125). Sum of RGB (Red+Green+Blue) = 242+81+125=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F2517D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2517D is #0DAE82. Grayscale: #868686. Windows color (decimal): -896643 or 8212978. OLE color: 8212978.

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

Color convert

RGB 242 81 125 -
CMYK 0 0.67 0.48 0.05
HSL 343.6º 0.86% 0.63% -
HSV(B) 343.6º 0.67% 0.95% -
XYZ 43.26 26.24 22.19 -
YUV 134.16 122.84 204.92 -
System Red Green Blue C M Y K H S L
Decimal 242 81 125 0 0.67 0.48 0.05 343.6 0.86 0.63
Hex F2 51 7D 0 43 30 5 158 56 3F
Octal 362 121 175 0 103 60 5 530 126 77
Binary 11110010 1010001 1111101 0 1000011 110000 101 101011000 1010110 111111

Color Harmonies of #F2517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2517D

Black with #F2517D

Text Example


Text Example

White with #F2517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2517D; }

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

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

background-color css

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

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

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

border-color css

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

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

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