Html Css Color HEX #FA75C0 Persian Pink

📋 copy color: '#FA75C0'

red 250 ◦ green 117 ◦ blue 192

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

Shades of Persian Pink #FA75C0

Tints of Persian Pink #FA75C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.35%

R = 44.72%
G = 20.93%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA75C0 (or 0xFA75C0) is known color: Persian Pink. HEX triplet: FA, 75 and C0. RGB value is (250,117,192). Sum of RGB (Red+Green+Blue) = 250+117+192=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA75C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA75C0 is #058A3F. Grayscale: #A5A5A5. Windows color (decimal): -363072 or 12613114. OLE color: 12613114.

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

Color convert

RGB 250 117 192 -
CMYK 0 0.53 0.23 0.02
HSL 326.17º 0.93% 0.72% -
HSV(B) 326.17º 0.53% 0.98% -
XYZ 55.3 36.85 54.07 -
YUV 165.32 143.06 188.4 -
System Red Green Blue C M Y K H S L
Decimal 250 117 192 0 0.53 0.23 0.02 326.17 0.93 0.72
Hex FA 75 C0 0 35 17 2 146 5D 48
Octal 372 165 300 0 65 27 2 506 135 110
Binary 11111010 1110101 11000000 0 110101 10111 10 101000110 1011101 1001000

Color Harmonies of #FA75C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA75C0

Black with #FA75C0

Text Example


Text Example

White with #FA75C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA75C0; }

 p { color: rgb(250,117,192); }

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

background-color css

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

 a { background-color: rgb(250,117,192); }

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

border-color css

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

 span { border-color: rgb(250,117,192); }

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