Html Css Color HEX #F17FBB Persian Pink

📋 copy color: '#F17FBB'

red 241 ◦ green 127 ◦ blue 187

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

Shades of Persian Pink #F17FBB

Tints of Persian Pink #F17FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.69%

R = 43.42%
G = 22.88%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F17FBB (or 0xF17FBB) is known color: Persian Pink. HEX triplet: F1, 7F and BB. RGB value is (241,127,187). Sum of RGB (Red+Green+Blue) = 241+127+187=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FBB is #0E8044. Grayscale: #A7A7A7. Windows color (decimal): -950341 or 12287985. OLE color: 12287985.

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

Color convert

RGB 241 127 187 -
CMYK 0 0.47 0.22 0.05
HSL 328.42º 0.8% 0.72% -
HSV(B) 328.42º 0.47% 0.95% -
XYZ 52.83 37.47 51.46 -
YUV 167.93 138.77 180.12 -
System Red Green Blue C M Y K H S L
Decimal 241 127 187 0 0.47 0.22 0.05 328.42 0.8 0.72
Hex F1 7F BB 0 2F 16 5 148 50 48
Octal 361 177 273 0 57 26 5 510 120 110
Binary 11110001 1111111 10111011 0 101111 10110 101 101001000 1010000 1001000

Color Harmonies of #F17FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FBB

Black with #F17FBB

Text Example


Text Example

White with #F17FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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