Html Css Color HEX #F475BA Persian Pink

📋 copy color: '#F475BA'

red 244 ◦ green 117 ◦ blue 186

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

Shades of Persian Pink #F475BA

Tints of Persian Pink #F475BA

RGB

 RED value IS 244 (95.7% from 255) = 44.61%

 GREEN value IS 117 (46.09% from 255) = 21.39%

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

R = 44.61%
G = 21.39%
B = 34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F475BA (or 0xF475BA) is known color: Persian Pink. HEX triplet: F4, 75 and BA. RGB value is (244,117,186). Sum of RGB (Red+Green+Blue) = 244+117+186=547 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.61% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 244 - color contains mainly: red. Hex color #F475BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F475BA is #0B8A45. Grayscale: #A2A2A2. Windows color (decimal): -756294 or 12219892. OLE color: 12219892.

HSL color Cylindrical-coordinate representation of color #F475BA: hue angle of 327.4º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F475BA is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 117 186 -
CMYK 0 0.52 0.24 0.04
HSL 327.4º 0.85% 0.71% -
HSV(B) 327.4º 0.52% 0.96% -
XYZ 52.53 35.5 50.54 -
YUV 162.84 141.08 185.89 -
System Red Green Blue C M Y K H S L
Decimal 244 117 186 0 0.52 0.24 0.04 327.4 0.85 0.71
Hex F4 75 BA 0 34 18 4 147 55 47
Octal 364 165 272 0 64 30 4 507 125 107
Binary 11110100 1110101 10111010 0 110100 11000 100 101000111 1010101 1000111

Color Harmonies of #F475BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F475BA

Black with #F475BA

Text Example


Text Example

White with #F475BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F475BA; }

 p { color: rgb(244,117,186); }

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

background-color css

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

 a { background-color: rgb(244,117,186); }

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

border-color css

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

 span { border-color: rgb(244,117,186); }

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