Html Css Color HEX #F17CAF Persian Pink

📋 copy color: '#F17CAF'

red 241 ◦ green 124 ◦ blue 175

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

Shades of Persian Pink #F17CAF

Tints of Persian Pink #F17CAF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.96%

 BLUE value IS 175 (68.75% from 255) = 32.41%

R = 44.63%
G = 22.96%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F17CAF (or 0xF17CAF) is known color: Persian Pink. HEX triplet: F1, 7C and AF. RGB value is (241,124,175). Sum of RGB (Red+Green+Blue) = 241+124+175=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F17CAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17CAF is #0E8350. Grayscale: #A4A4A4. Windows color (decimal): -951121 or 11500785. OLE color: 11500785.

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

Color convert

RGB 241 124 175 -
CMYK 0 0.49 0.27 0.05
HSL 333.85º 0.81% 0.72% -
HSV(B) 333.85º 0.49% 0.95% -
XYZ 51.22 36.21 44.85 -
YUV 164.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 241 124 175 0 0.49 0.27 0.05 333.85 0.81 0.72
Hex F1 7C AF 0 31 1B 5 14E 51 48
Octal 361 174 257 0 61 33 5 516 121 110
Binary 11110001 1111100 10101111 0 110001 11011 101 101001110 1010001 1001000

Color Harmonies of #F17CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17CAF

Black with #F17CAF

Text Example


Text Example

White with #F17CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17CAF; }

 p { color: rgb(241,124,175); }

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

background-color css

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

 a { background-color: rgb(241,124,175); }

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

border-color css

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

 span { border-color: rgb(241,124,175); }

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