Html Css Color HEX #F17DBB Persian Pink

📋 copy color: '#F17DBB'

red 241 ◦ green 125 ◦ blue 187

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

Shades of Persian Pink #F17DBB

Tints of Persian Pink #F17DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.6%

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

R = 43.58%
G = 22.6%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F17DBB (or 0xF17DBB) is known color: Persian Pink. HEX triplet: F1, 7D and BB. RGB value is (241,125,187). Sum of RGB (Red+Green+Blue) = 241+125+187=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DBB is #0E8244. Grayscale: #A6A6A6. Windows color (decimal): -950853 or 12287473. OLE color: 12287473.

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

Color convert

RGB 241 125 187 -
CMYK 0 0.48 0.22 0.05
HSL 327.93º 0.81% 0.72% -
HSV(B) 327.93º 0.48% 0.95% -
XYZ 52.58 36.96 51.38 -
YUV 166.75 139.43 180.96 -
System Red Green Blue C M Y K H S L
Decimal 241 125 187 0 0.48 0.22 0.05 327.93 0.81 0.72
Hex F1 7D BB 0 30 16 5 148 51 48
Octal 361 175 273 0 60 26 5 510 121 110
Binary 11110001 1111101 10111011 0 110000 10110 101 101001000 1010001 1001000

Color Harmonies of #F17DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17DBB

Black with #F17DBB

Text Example


Text Example

White with #F17DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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