Html Css Color HEX #F17FC1 Persian Pink

📋 copy color: '#F17FC1'

red 241 ◦ green 127 ◦ blue 193

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

Shades of Persian Pink #F17FC1

Tints of Persian Pink #F17FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.4%

R = 42.96%
G = 22.64%
B = 34.4%

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

#F17FC1 (or 0xF17FC1) is known color: Persian Pink. HEX triplet: F1, 7F and C1. RGB value is (241,127,193). Sum of RGB (Red+Green+Blue) = 241+127+193=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FC1 is #0E803E. Grayscale: #A8A8A8. Windows color (decimal): -950335 or 12681201. OLE color: 12681201.

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

Color convert

RGB 241 127 193 -
CMYK 0 0.47 0.20 0.05
HSL 325.26º 0.8% 0.72% -
HSV(B) 325.26º 0.47% 0.95% -
XYZ 53.49 37.73 54.92 -
YUV 168.61 141.77 179.63 -
System Red Green Blue C M Y K H S L
Decimal 241 127 193 0 0.47 0.20 0.05 325.26 0.8 0.72
Hex F1 7F C1 0 2F 14 5 145 50 48
Octal 361 177 301 0 57 24 5 505 120 110
Binary 11110001 1111111 11000001 0 101111 10100 101 101000101 1010000 1001000

Color Harmonies of #F17FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FC1

Black with #F17FC1

Text Example


Text Example

White with #F17FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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