Html Css Color HEX #F17BBA Persian Pink

📋 copy color: '#F17BBA'

red 241 ◦ green 123 ◦ blue 186

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

Shades of Persian Pink #F17BBA

Tints of Persian Pink #F17BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.36%

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

R = 43.82%
G = 22.36%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F17BBA (or 0xF17BBA) is known color: Persian Pink. HEX triplet: F1, 7B and BA. RGB value is (241,123,186). Sum of RGB (Red+Green+Blue) = 241+123+186=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 123 (48.44% from 255 or 22.36% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F17BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17BBA is #0E8445. Grayscale: #A5A5A5. Windows color (decimal): -951366 or 12221425. OLE color: 12221425.

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

Color convert

RGB 241 123 186 -
CMYK 0 0.49 0.23 0.05
HSL 327.97º 0.81% 0.71% -
HSV(B) 327.97º 0.49% 0.95% -
XYZ 52.22 36.41 50.73 -
YUV 165.46 139.59 181.88 -
System Red Green Blue C M Y K H S L
Decimal 241 123 186 0 0.49 0.23 0.05 327.97 0.81 0.71
Hex F1 7B BA 0 31 17 5 148 51 47
Octal 361 173 272 0 61 27 5 510 121 107
Binary 11110001 1111011 10111010 0 110001 10111 101 101001000 1010001 1000111

Color Harmonies of #F17BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17BBA

Black with #F17BBA

Text Example


Text Example

White with #F17BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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