Html Css Color HEX #F17FC0 Persian Pink

📋 copy color: '#F17FC0'

red 241 ◦ green 127 ◦ blue 192

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

Shades of Persian Pink #F17FC0

Tints of Persian Pink #F17FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.29%

R = 43.04%
G = 22.68%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F17FC0 (or 0xF17FC0) is known color: Persian Pink. HEX triplet: F1, 7F and C0. RGB value is (241,127,192). Sum of RGB (Red+Green+Blue) = 241+127+192=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FC0 is #0E803F. Grayscale: #A8A8A8. Windows color (decimal): -950336 or 12615665. OLE color: 12615665.

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

Color convert

RGB 241 127 192 -
CMYK 0 0.47 0.20 0.05
HSL 325.79º 0.8% 0.72% -
HSV(B) 325.79º 0.47% 0.95% -
XYZ 53.38 37.69 54.33 -
YUV 168.5 141.27 179.71 -
System Red Green Blue C M Y K H S L
Decimal 241 127 192 0 0.47 0.20 0.05 325.79 0.8 0.72
Hex F1 7F C0 0 2F 14 5 146 50 48
Octal 361 177 300 0 57 24 5 506 120 110
Binary 11110001 1111111 11000000 0 101111 10100 101 101000110 1010000 1001000

Color Harmonies of #F17FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FC0

Black with #F17FC0

Text Example


Text Example

White with #F17FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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