Html Css Color HEX #F17DBF Persian Pink

📋 copy color: '#F17DBF'

red 241 ◦ green 125 ◦ blue 191

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

Shades of Persian Pink #F17DBF

Tints of Persian Pink #F17DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.29%

R = 43.27%
G = 22.44%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F17DBF (or 0xF17DBF) is known color: Persian Pink. HEX triplet: F1, 7D and BF. RGB value is (241,125,191). Sum of RGB (Red+Green+Blue) = 241+125+191=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DBF is #0E8240. Grayscale: #A7A7A7. Windows color (decimal): -950849 or 12549617. OLE color: 12549617.

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

Color convert

RGB 241 125 191 -
CMYK 0 0.48 0.21 0.05
HSL 325.86º 0.81% 0.72% -
HSV(B) 325.86º 0.48% 0.95% -
XYZ 53.01 37.13 53.66 -
YUV 167.21 141.43 180.63 -
System Red Green Blue C M Y K H S L
Decimal 241 125 191 0 0.48 0.21 0.05 325.86 0.81 0.72
Hex F1 7D BF 0 30 15 5 146 51 48
Octal 361 175 277 0 60 25 5 506 121 110
Binary 11110001 1111101 10111111 0 110000 10101 101 101000110 1010001 1001000

Color Harmonies of #F17DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17DBF

Black with #F17DBF

Text Example


Text Example

White with #F17DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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