Html Css Color HEX #FA75B7 Persian Pink

📋 copy color: '#FA75B7'

red 250 ◦ green 117 ◦ blue 183

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

Shades of Persian Pink #FA75B7

Tints of Persian Pink #FA75B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.27%

R = 45.45%
G = 21.27%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FA75B7 (or 0xFA75B7) is known color: Persian Pink. HEX triplet: FA, 75 and B7. RGB value is (250,117,183). Sum of RGB (Red+Green+Blue) = 250+117+183=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA75B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA75B7 is #058A48. Grayscale: #A4A4A4. Windows color (decimal): -363081 or 12023290. OLE color: 12023290.

HSL color Cylindrical-coordinate representation of color #FA75B7: hue angle of 330.23º 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 #FA75B7 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 117 183 -
CMYK 0 0.53 0.27 0.02
HSL 330.23º 0.93% 0.72% -
HSV(B) 330.23º 0.53% 0.98% -
XYZ 54.33 36.47 48.97 -
YUV 164.29 138.56 189.13 -
System Red Green Blue C M Y K H S L
Decimal 250 117 183 0 0.53 0.27 0.02 330.23 0.93 0.72
Hex FA 75 B7 0 35 1B 2 14A 5D 48
Octal 372 165 267 0 65 33 2 512 135 110
Binary 11111010 1110101 10110111 0 110101 11011 10 101001010 1011101 1001000

Color Harmonies of #FA75B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA75B7

Black with #FA75B7

Text Example


Text Example

White with #FA75B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA75B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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