Html Css Color HEX #F17FBE Persian Pink

📋 copy color: '#F17FBE'

red 241 ◦ green 127 ◦ blue 190

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

Shades of Persian Pink #F17FBE

Tints of Persian Pink #F17FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.05%

R = 43.19%
G = 22.76%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F17FBE (or 0xF17FBE) is known color: Persian Pink. HEX triplet: F1, 7F and BE. RGB value is (241,127,190). Sum of RGB (Red+Green+Blue) = 241+127+190=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FBE is #0E8041. Grayscale: #A8A8A8. Windows color (decimal): -950338 or 12484593. OLE color: 12484593.

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

Color convert

RGB 241 127 190 -
CMYK 0 0.47 0.21 0.05
HSL 326.84º 0.8% 0.72% -
HSV(B) 326.84º 0.47% 0.95% -
XYZ 53.16 37.6 53.17 -
YUV 168.27 140.27 179.88 -
System Red Green Blue C M Y K H S L
Decimal 241 127 190 0 0.47 0.21 0.05 326.84 0.8 0.72
Hex F1 7F BE 0 2F 15 5 147 50 48
Octal 361 177 276 0 57 25 5 507 120 110
Binary 11110001 1111111 10111110 0 101111 10101 101 101000111 1010000 1001000

Color Harmonies of #F17FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FBE

Black with #F17FBE

Text Example


Text Example

White with #F17FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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