Html Css Color HEX #F17FBA Persian Pink

📋 copy color: '#F17FBA'

red 241 ◦ green 127 ◦ blue 186

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

Shades of Persian Pink #F17FBA

Tints of Persian Pink #F17FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.57%

R = 43.5%
G = 22.92%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F17FBA (or 0xF17FBA) is known color: Persian Pink. HEX triplet: F1, 7F and BA. RGB value is (241,127,186). Sum of RGB (Red+Green+Blue) = 241+127+186=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FBA is #0E8045. Grayscale: #A7A7A7. Windows color (decimal): -950342 or 12222449. OLE color: 12222449.

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

Color convert

RGB 241 127 186 -
CMYK 0 0.47 0.23 0.05
HSL 328.95º 0.8% 0.72% -
HSV(B) 328.95º 0.47% 0.95% -
XYZ 52.73 37.42 50.9 -
YUV 167.81 138.27 180.2 -
System Red Green Blue C M Y K H S L
Decimal 241 127 186 0 0.47 0.23 0.05 328.95 0.8 0.72
Hex F1 7F BA 0 2F 17 5 149 50 48
Octal 361 177 272 0 57 27 5 511 120 110
Binary 11110001 1111111 10111010 0 101111 10111 101 101001001 1010000 1001000

Color Harmonies of #F17FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FBA

Black with #F17FBA

Text Example


Text Example

White with #F17FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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