Html Css Color HEX #F17CBA Persian Pink

📋 copy color: '#F17CBA'

red 241 ◦ green 124 ◦ blue 186

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

Shades of Persian Pink #F17CBA

Tints of Persian Pink #F17CBA

RGB

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

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

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

R = 43.74%
G = 22.5%
B = 33.76%

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

#F17CBA (or 0xF17CBA) is known color: Persian Pink. HEX triplet: F1, 7C and BA. RGB value is (241,124,186). Sum of RGB (Red+Green+Blue) = 241+124+186=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F17CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17CBA is #0E8345. Grayscale: #A5A5A5. Windows color (decimal): -951110 or 12221681. OLE color: 12221681.

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

Color convert

RGB 241 124 186 -
CMYK 0 0.49 0.23 0.05
HSL 328.21º 0.81% 0.72% -
HSV(B) 328.21º 0.49% 0.95% -
XYZ 52.35 36.66 50.77 -
YUV 166.05 139.26 181.46 -
System Red Green Blue C M Y K H S L
Decimal 241 124 186 0 0.49 0.23 0.05 328.21 0.81 0.72
Hex F1 7C BA 0 31 17 5 148 51 48
Octal 361 174 272 0 61 27 5 510 121 110
Binary 11110001 1111100 10111010 0 110001 10111 101 101001000 1010001 1001000

Color Harmonies of #F17CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17CBA

Black with #F17CBA

Text Example


Text Example

White with #F17CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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