Html Css Color HEX #F17DB4 Persian Pink

📋 copy color: '#F17DB4'

red 241 ◦ green 125 ◦ blue 180

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

Shades of Persian Pink #F17DB4

Tints of Persian Pink #F17DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.97%

R = 44.14%
G = 22.89%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F17DB4 (or 0xF17DB4) is known color: Persian Pink. HEX triplet: F1, 7D and B4. RGB value is (241,125,180). Sum of RGB (Red+Green+Blue) = 241+125+180=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DB4 is #0E824B. Grayscale: #A5A5A5. Windows color (decimal): -950860 or 11828721. OLE color: 11828721.

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

Color convert

RGB 241 125 180 -
CMYK 0 0.48 0.25 0.05
HSL 331.55º 0.81% 0.72% -
HSV(B) 331.55º 0.48% 0.95% -
XYZ 51.85 36.66 47.52 -
YUV 165.95 135.93 181.53 -
System Red Green Blue C M Y K H S L
Decimal 241 125 180 0 0.48 0.25 0.05 331.55 0.81 0.72
Hex F1 7D B4 0 30 19 5 14C 51 48
Octal 361 175 264 0 60 31 5 514 121 110
Binary 11110001 1111101 10110100 0 110000 11001 101 101001100 1010001 1001000

Color Harmonies of #F17DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17DB4

Black with #F17DB4

Text Example


Text Example

White with #F17DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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