Html Css Color HEX #FA30AB Persian Rose

📋 copy color: '#FA30AB'

red 250 ◦ green 48 ◦ blue 171

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

Shades of Persian Rose #FA30AB

Tints of Persian Rose #FA30AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.46%

R = 53.3%
G = 10.23%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA30AB (or 0xFA30AB) is known color: Persian Rose. HEX triplet: FA, 30 and AB. RGB value is (250,48,171). Sum of RGB (Red+Green+Blue) = 250+48+171=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 48 (19.14% from 255 or 10.23% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA30AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA30AB is #05CF54. Grayscale: #7A7A7A. Windows color (decimal): -380757 or 11219194. OLE color: 11219194.

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

Color convert

RGB 250 48 171 -
CMYK 0 0.81 0.32 0.02
HSL 323.47º 0.95% 0.58% -
HSV(B) 323.47º 0.81% 0.98% -
XYZ 47.83 25.38 40.91 -
YUV 122.42 155.42 219 -
System Red Green Blue C M Y K H S L
Decimal 250 48 171 0 0.81 0.32 0.02 323.47 0.95 0.58
Hex FA 30 AB 0 51 20 2 143 5F 3A
Octal 372 60 253 0 121 40 2 503 137 72
Binary 11111010 110000 10101011 0 1010001 100000 10 101000011 1011111 111010

Color Harmonies of #FA30AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA30AB

Black with #FA30AB

Text Example


Text Example

White with #FA30AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA30AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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