Html Css Color HEX #F17CBB Persian Pink

📋 copy color: '#F17CBB'

red 241 ◦ green 124 ◦ blue 187

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

Shades of Persian Pink #F17CBB

Tints of Persian Pink #F17CBB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.46%

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

R = 43.66%
G = 22.46%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F17CBB (or 0xF17CBB) is known color: Persian Pink. HEX triplet: F1, 7C and BB. RGB value is (241,124,187). Sum of RGB (Red+Green+Blue) = 241+124+187=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F17CBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17CBB is #0E8344. Grayscale: #A6A6A6. Windows color (decimal): -951109 or 12287217. OLE color: 12287217.

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

Color convert

RGB 241 124 187 -
CMYK 0 0.49 0.22 0.05
HSL 327.69º 0.81% 0.72% -
HSV(B) 327.69º 0.49% 0.95% -
XYZ 52.45 36.7 51.33 -
YUV 166.17 139.76 181.38 -
System Red Green Blue C M Y K H S L
Decimal 241 124 187 0 0.49 0.22 0.05 327.69 0.81 0.72
Hex F1 7C BB 0 31 16 5 148 51 48
Octal 361 174 273 0 61 26 5 510 121 110
Binary 11110001 1111100 10111011 0 110001 10110 101 101001000 1010001 1001000

Color Harmonies of #F17CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17CBB

Black with #F17CBB

Text Example


Text Example

White with #F17CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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