Html Css Color HEX #FA30AC Persian Rose

📋 copy color: '#FA30AC'

red 250 ◦ green 48 ◦ blue 172

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

Shades of Persian Rose #FA30AC

Tints of Persian Rose #FA30AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.6%

R = 53.19%
G = 10.21%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA30AC (or 0xFA30AC) is known color: Persian Rose. HEX triplet: FA, 30 and AC. RGB value is (250,48,172). Sum of RGB (Red+Green+Blue) = 250+48+172=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 48 (19.14% from 255 or 10.21% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA30AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA30AC is #05CF53. Grayscale: #7A7A7A. Windows color (decimal): -380756 or 11284730. OLE color: 11284730.

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

Color convert

RGB 250 48 172 -
CMYK 0 0.81 0.31 0.02
HSL 323.17º 0.95% 0.58% -
HSV(B) 323.17º 0.81% 0.98% -
XYZ 47.93 25.42 41.41 -
YUV 122.53 155.92 218.92 -
System Red Green Blue C M Y K H S L
Decimal 250 48 172 0 0.81 0.31 0.02 323.17 0.95 0.58
Hex FA 30 AC 0 51 1F 2 143 5F 3A
Octal 372 60 254 0 121 37 2 503 137 72
Binary 11111010 110000 10101100 0 1010001 11111 10 101000011 1011111 111010

Color Harmonies of #FA30AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA30AC

Black with #FA30AC

Text Example


Text Example

White with #FA30AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA30AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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