Html Css Color HEX #FF30A1 Persian Rose

📋 copy color: '#FF30A1'

red 255 ◦ green 48 ◦ blue 161

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

Shades of Persian Rose #FF30A1

Tints of Persian Rose #FF30A1

RGB

 RED value IS 255 (100% from 255) = 54.96%

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

 BLUE value IS 161 (63.28% from 255) = 34.7%

R = 54.96%
G = 10.34%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FF30A1 (or 0xFF30A1) is known color: Persian Rose. HEX triplet: FF, 30 and A1. RGB value is (255,48,161). Sum of RGB (Red+Green+Blue) = 255+48+161=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF30A1 is #00CF5E. Grayscale: #7A7A7A. Windows color (decimal): -53087 or 10563839. OLE color: 10563839.

HSL color Cylindrical-coordinate representation of color #FF30A1: hue angle of 327.25º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF30A1 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 255 48 161 -
CMYK 0 0.81 0.37 0
HSL 327.25º 1% 0.59% -
HSV(B) 327.25º 0.81% 1% -
XYZ 48.73 25.95 36.16 -
YUV 122.78 149.58 222.31 -
System Red Green Blue C M Y K H S L
Decimal 255 48 161 0 0.81 0.37 0 327.25 1 0.59
Hex FF 30 A1 0 51 25 0 147 64 3B
Octal 377 60 241 0 121 45 0 507 144 73
Binary 11111111 110000 10100001 0 1010001 100101 0 101000111 1100100 111011

Color Harmonies of #FF30A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF30A1

Black with #FF30A1

Text Example


Text Example

White with #FF30A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF30A1; }

 p { color: rgb(255,48,161); }

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

background-color css

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

 a { background-color: rgb(255,48,161); }

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

border-color css

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

 span { border-color: rgb(255,48,161); }

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