Html Css Color HEX #F17DAF Persian Pink

📋 copy color: '#F17DAF'

red 241 ◦ green 125 ◦ blue 175

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

Shades of Persian Pink #F17DAF

Tints of Persian Pink #F17DAF

RGB

 RED value IS 241 (94.53% from 255) = 44.55%

 GREEN value IS 125 (49.22% from 255) = 23.11%

 BLUE value IS 175 (68.75% from 255) = 32.35%

R = 44.55%
G = 23.11%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F17DAF (or 0xF17DAF) is known color: Persian Pink. HEX triplet: F1, 7D and AF. RGB value is (241,125,175). Sum of RGB (Red+Green+Blue) = 241+125+175=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17DAF is #0E8250. Grayscale: #A5A5A5. Windows color (decimal): -950865 or 11501041. OLE color: 11501041.

HSL color Cylindrical-coordinate representation of color #F17DAF: hue angle of 334.14º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17DAF is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 125 175 -
CMYK 0 0.48 0.27 0.05
HSL 334.14º 0.81% 0.72% -
HSV(B) 334.14º 0.48% 0.95% -
XYZ 51.35 36.46 44.89 -
YUV 165.38 133.43 181.93 -
System Red Green Blue C M Y K H S L
Decimal 241 125 175 0 0.48 0.27 0.05 334.14 0.81 0.72
Hex F1 7D AF 0 30 1B 5 14E 51 48
Octal 361 175 257 0 60 33 5 516 121 110
Binary 11110001 1111101 10101111 0 110000 11011 101 101001110 1010001 1001000

Color Harmonies of #F17DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17DAF

Black with #F17DAF

Text Example


Text Example

White with #F17DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17DAF; }

 p { color: rgb(241,125,175); }

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

background-color css

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

 a { background-color: rgb(241,125,175); }

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

border-color css

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

 span { border-color: rgb(241,125,175); }

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