Html Css Color HEX #F17FB8 Persian Pink

📋 copy color: '#F17FB8'

red 241 ◦ green 127 ◦ blue 184

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

Shades of Persian Pink #F17FB8

Tints of Persian Pink #F17FB8

RGB

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

 GREEN value IS 127 (50% from 255) = 23.01%

 BLUE value IS 184 (72.27% from 255) = 33.33%

R = 43.66%
G = 23.01%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F17FB8 (or 0xF17FB8) is known color: Persian Pink. HEX triplet: F1, 7F and B8. RGB value is (241,127,184). Sum of RGB (Red+Green+Blue) = 241+127+184=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FB8 is #0E8047. Grayscale: #A7A7A7. Windows color (decimal): -950344 or 12091377. OLE color: 12091377.

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

Color convert

RGB 241 127 184 -
CMYK 0 0.47 0.24 0.05
HSL 330º 0.8% 0.72% -
HSV(B) 330º 0.47% 0.95% -
XYZ 52.52 37.34 49.79 -
YUV 167.58 137.27 180.37 -
System Red Green Blue C M Y K H S L
Decimal 241 127 184 0 0.47 0.24 0.05 330 0.8 0.72
Hex F1 7F B8 0 2F 18 5 14A 50 48
Octal 361 177 270 0 57 30 5 512 120 110
Binary 11110001 1111111 10111000 0 101111 11000 101 101001010 1010000 1001000

Color Harmonies of #F17FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FB8

Black with #F17FB8

Text Example


Text Example

White with #F17FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FB8; }

 p { color: rgb(241,127,184); }

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

background-color css

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

 a { background-color: rgb(241,127,184); }

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

border-color css

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

 span { border-color: rgb(241,127,184); }

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