Html Css Color HEX #F17CB0 Persian Pink

📋 copy color: '#F17CB0'

red 241 ◦ green 124 ◦ blue 176

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

Shades of Persian Pink #F17CB0

Tints of Persian Pink #F17CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.53%

R = 44.55%
G = 22.92%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F17CB0 (or 0xF17CB0) is known color: Persian Pink. HEX triplet: F1, 7C and B0. RGB value is (241,124,176). Sum of RGB (Red+Green+Blue) = 241+124+176=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F17CB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17CB0 is #0E834F. Grayscale: #A4A4A4. Windows color (decimal): -951120 or 11566321. OLE color: 11566321.

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

Color convert

RGB 241 124 176 -
CMYK 0 0.49 0.27 0.05
HSL 333.33º 0.81% 0.72% -
HSV(B) 333.33º 0.49% 0.95% -
XYZ 51.32 36.25 45.37 -
YUV 164.91 134.26 182.27 -
System Red Green Blue C M Y K H S L
Decimal 241 124 176 0 0.49 0.27 0.05 333.33 0.81 0.72
Hex F1 7C B0 0 31 1B 5 14D 51 48
Octal 361 174 260 0 61 33 5 515 121 110
Binary 11110001 1111100 10110000 0 110001 11011 101 101001101 1010001 1001000

Color Harmonies of #F17CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17CB0

Black with #F17CB0

Text Example


Text Example

White with #F17CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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