Html Css Color HEX #F475BB Persian Pink

📋 copy color: '#F475BB'

red 244 ◦ green 117 ◦ blue 187

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

Shades of Persian Pink #F475BB

Tints of Persian Pink #F475BB

RGB

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

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

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

R = 44.53%
G = 21.35%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F475BB (or 0xF475BB) is known color: Persian Pink. HEX triplet: F4, 75 and BB. RGB value is (244,117,187). Sum of RGB (Red+Green+Blue) = 244+117+187=548 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.53% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 244 - color contains mainly: red. Hex color #F475BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F475BB is #0B8A44. Grayscale: #A2A2A2. Windows color (decimal): -756293 or 12285428. OLE color: 12285428.

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

Color convert

RGB 244 117 187 -
CMYK 0 0.52 0.23 0.04
HSL 326.93º 0.85% 0.71% -
HSV(B) 326.93º 0.52% 0.96% -
XYZ 52.64 35.54 51.1 -
YUV 162.95 141.58 185.81 -
System Red Green Blue C M Y K H S L
Decimal 244 117 187 0 0.52 0.23 0.04 326.93 0.85 0.71
Hex F4 75 BB 0 34 17 4 147 55 47
Octal 364 165 273 0 64 27 4 507 125 107
Binary 11110100 1110101 10111011 0 110100 10111 100 101000111 1010101 1000111

Color Harmonies of #F475BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F475BB

Black with #F475BB

Text Example


Text Example

White with #F475BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F475BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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