Html Css Color HEX #F478BE Persian Pink

📋 copy color: '#F478BE'

red 244 ◦ green 120 ◦ blue 190

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

Shades of Persian Pink #F478BE

Tints of Persian Pink #F478BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.3%

R = 44.04%
G = 21.66%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F478BE (or 0xF478BE) is known color: Persian Pink. HEX triplet: F4, 78 and BE. RGB value is (244,120,190). Sum of RGB (Red+Green+Blue) = 244+120+190=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F478BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F478BE is #0B8741. Grayscale: #A4A4A4. Windows color (decimal): -755522 or 12482804. OLE color: 12482804.

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

Color convert

RGB 244 120 190 -
CMYK 0 0.51 0.22 0.04
HSL 326.13º 0.85% 0.71% -
HSV(B) 326.13º 0.51% 0.96% -
XYZ 53.32 36.38 52.93 -
YUV 165.06 142.08 184.31 -
System Red Green Blue C M Y K H S L
Decimal 244 120 190 0 0.51 0.22 0.04 326.13 0.85 0.71
Hex F4 78 BE 0 33 16 4 146 55 47
Octal 364 170 276 0 63 26 4 506 125 107
Binary 11110100 1111000 10111110 0 110011 10110 100 101000110 1010101 1000111

Color Harmonies of #F478BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F478BE

Black with #F478BE

Text Example


Text Example

White with #F478BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F478BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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