Html Css Color HEX #F478C3 Persian Pink

📋 copy color: '#F478C3'

red 244 ◦ green 120 ◦ blue 195

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

Shades of Persian Pink #F478C3

Tints of Persian Pink #F478C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.88%

R = 43.65%
G = 21.47%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F478C3 (or 0xF478C3) is known color: Persian Pink. HEX triplet: F4, 78 and C3. RGB value is (244,120,195). Sum of RGB (Red+Green+Blue) = 244+120+195=559 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.65% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 244 - color contains mainly: red. Hex color #F478C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F478C3 is #0B873C. Grayscale: #A5A5A5. Windows color (decimal): -755517 or 12810484. OLE color: 12810484.

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

Color convert

RGB 244 120 195 -
CMYK 0 0.51 0.20 0.04
HSL 323.71º 0.85% 0.71% -
HSV(B) 323.71º 0.51% 0.96% -
XYZ 53.88 36.61 55.86 -
YUV 165.63 144.58 183.9 -
System Red Green Blue C M Y K H S L
Decimal 244 120 195 0 0.51 0.20 0.04 323.71 0.85 0.71
Hex F4 78 C3 0 33 14 4 144 55 47
Octal 364 170 303 0 63 24 4 504 125 107
Binary 11110100 1111000 11000011 0 110011 10100 100 101000100 1010101 1000111

Color Harmonies of #F478C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F478C3

Black with #F478C3

Text Example


Text Example

White with #F478C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F478C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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