Html Css Color HEX #FA30A0 Persian Rose

📋 copy color: '#FA30A0'

red 250 ◦ green 48 ◦ blue 160

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

Shades of Persian Rose #FA30A0

Tints of Persian Rose #FA30A0

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.48%

 BLUE value IS 160 (62.89% from 255) = 34.93%

R = 54.59%
G = 10.48%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA30A0 (or 0xFA30A0) is known color: Persian Rose. HEX triplet: FA, 30 and A0. RGB value is (250,48,160). Sum of RGB (Red+Green+Blue) = 250+48+160=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA30A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA30A0 is #05CF5F. Grayscale: #787878. Windows color (decimal): -380768 or 10498298. OLE color: 10498298.

HSL color Cylindrical-coordinate representation of color #FA30A0: hue angle of 326.73º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA30A0 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 48 160 -
CMYK 0 0.81 0.36 0.02
HSL 326.73º 0.95% 0.58% -
HSV(B) 326.73º 0.81% 0.98% -
XYZ 46.83 24.98 35.61 -
YUV 121.17 149.92 219.89 -
System Red Green Blue C M Y K H S L
Decimal 250 48 160 0 0.81 0.36 0.02 326.73 0.95 0.58
Hex FA 30 A0 0 51 24 2 147 5F 3A
Octal 372 60 240 0 121 44 2 507 137 72
Binary 11111010 110000 10100000 0 1010001 100100 10 101000111 1011111 111010

Color Harmonies of #FA30A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA30A0

Black with #FA30A0

Text Example


Text Example

White with #FA30A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA30A0; }

 p { color: rgb(250,48,160); }

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

background-color css

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

 a { background-color: rgb(250,48,160); }

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

border-color css

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

 span { border-color: rgb(250,48,160); }

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