Html Css Color HEX #FA78B2 Persian Pink

📋 copy color: '#FA78B2'

red 250 ◦ green 120 ◦ blue 178

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

Shades of Persian Pink #FA78B2

Tints of Persian Pink #FA78B2

RGB

 RED value IS 250 (98.05% from 255) = 45.62%

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

 BLUE value IS 178 (69.92% from 255) = 32.48%

R = 45.62%
G = 21.9%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA78B2 (or 0xFA78B2) is known color: Persian Pink. HEX triplet: FA, 78 and B2. RGB value is (250,120,178). Sum of RGB (Red+Green+Blue) = 250+120+178=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FA78B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA78B2 is #05874D. Grayscale: #A5A5A5. Windows color (decimal): -362318 or 11696378. OLE color: 11696378.

HSL color Cylindrical-coordinate representation of color #FA78B2: hue angle of 333.23º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA78B2 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 120 178 -
CMYK 0 0.52 0.29 0.02
HSL 333.23º 0.93% 0.73% -
HSV(B) 333.23º 0.52% 0.98% -
XYZ 54.18 36.97 46.4 -
YUV 165.48 135.07 188.28 -
System Red Green Blue C M Y K H S L
Decimal 250 120 178 0 0.52 0.29 0.02 333.23 0.93 0.73
Hex FA 78 B2 0 34 1D 2 14D 5D 49
Octal 372 170 262 0 64 35 2 515 135 111
Binary 11111010 1111000 10110010 0 110100 11101 10 101001101 1011101 1001001

Color Harmonies of #FA78B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA78B2

Black with #FA78B2

Text Example


Text Example

White with #FA78B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA78B2; }

 p { color: rgb(250,120,178); }

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

background-color css

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

 a { background-color: rgb(250,120,178); }

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

border-color css

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

 span { border-color: rgb(250,120,178); }

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