Html Css Color HEX #F17FB4 Persian Pink

📋 copy color: '#F17FB4'

red 241 ◦ green 127 ◦ blue 180

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

Shades of Persian Pink #F17FB4

Tints of Persian Pink #F17FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.85%

R = 43.98%
G = 23.18%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F17FB4 (or 0xF17FB4) is known color: Persian Pink. HEX triplet: F1, 7F and B4. RGB value is (241,127,180). Sum of RGB (Red+Green+Blue) = 241+127+180=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FB4 is #0E804B. Grayscale: #A7A7A7. Windows color (decimal): -950348 or 11829233. OLE color: 11829233.

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

Color convert

RGB 241 127 180 -
CMYK 0 0.47 0.25 0.05
HSL 332.11º 0.8% 0.72% -
HSV(B) 332.11º 0.47% 0.95% -
XYZ 52.1 37.17 47.61 -
YUV 167.13 135.27 180.69 -
System Red Green Blue C M Y K H S L
Decimal 241 127 180 0 0.47 0.25 0.05 332.11 0.8 0.72
Hex F1 7F B4 0 2F 19 5 14C 50 48
Octal 361 177 264 0 57 31 5 514 120 110
Binary 11110001 1111111 10110100 0 101111 11001 101 101001100 1010000 1001000

Color Harmonies of #F17FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FB4

Black with #F17FB4

Text Example


Text Example

White with #F17FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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