Html Css Color HEX #F478BA Persian Pink

📋 copy color: '#F478BA'

red 244 ◦ green 120 ◦ blue 186

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

Shades of Persian Pink #F478BA

Tints of Persian Pink #F478BA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.82%

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

R = 44.36%
G = 21.82%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F478BA (or 0xF478BA) is known color: Persian Pink. HEX triplet: F4, 78 and BA. RGB value is (244,120,186). Sum of RGB (Red+Green+Blue) = 244+120+186=550 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.36% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 244 - color contains mainly: red. Hex color #F478BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F478BA is #0B8745. Grayscale: #A4A4A4. Windows color (decimal): -755526 or 12220660. OLE color: 12220660.

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

Color convert

RGB 244 120 186 -
CMYK 0 0.51 0.24 0.04
HSL 328.06º 0.85% 0.71% -
HSV(B) 328.06º 0.51% 0.96% -
XYZ 52.89 36.21 50.66 -
YUV 164.6 140.08 184.63 -
System Red Green Blue C M Y K H S L
Decimal 244 120 186 0 0.51 0.24 0.04 328.06 0.85 0.71
Hex F4 78 BA 0 33 18 4 148 55 47
Octal 364 170 272 0 63 30 4 510 125 107
Binary 11110100 1111000 10111010 0 110011 11000 100 101001000 1010101 1000111

Color Harmonies of #F478BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F478BA

Black with #F478BA

Text Example


Text Example

White with #F478BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F478BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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