Html Css Color HEX #F17FB7 Persian Pink

📋 copy color: '#F17FB7'

red 241 ◦ green 127 ◦ blue 183

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

Shades of Persian Pink #F17FB7

Tints of Persian Pink #F17FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.21%

R = 43.74%
G = 23.05%
B = 33.21%

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

#F17FB7 (or 0xF17FB7) is known color: Persian Pink. HEX triplet: F1, 7F and B7. RGB value is (241,127,183). Sum of RGB (Red+Green+Blue) = 241+127+183=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FB7 is #0E8048. Grayscale: #A7A7A7. Windows color (decimal): -950345 or 12025841. OLE color: 12025841.

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

Color convert

RGB 241 127 183 -
CMYK 0 0.47 0.24 0.05
HSL 330.53º 0.8% 0.72% -
HSV(B) 330.53º 0.47% 0.95% -
XYZ 52.41 37.3 49.24 -
YUV 167.47 136.77 180.45 -
System Red Green Blue C M Y K H S L
Decimal 241 127 183 0 0.47 0.24 0.05 330.53 0.8 0.72
Hex F1 7F B7 0 2F 18 5 14B 50 48
Octal 361 177 267 0 57 30 5 513 120 110
Binary 11110001 1111111 10110111 0 101111 11000 101 101001011 1010000 1001000

Color Harmonies of #F17FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FB7

Black with #F17FB7

Text Example


Text Example

White with #F17FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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