Html Css Color HEX #FF30AA Persian Rose

📋 copy color: '#FF30AA'

red 255 ◦ green 48 ◦ blue 170

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

Shades of Persian Rose #FF30AA

Tints of Persian Rose #FF30AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.94%

R = 53.91%
G = 10.15%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF30AA (or 0xFF30AA) is known color: Persian Rose. HEX triplet: FF, 30 and AA. RGB value is (255,48,170). Sum of RGB (Red+Green+Blue) = 255+48+170=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF30AA is #00CF55. Grayscale: #7B7B7B. Windows color (decimal): -53078 or 11153663. OLE color: 11153663.

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

Color convert

RGB 255 48 170 -
CMYK 0 0.81 0.33 0
HSL 324.64º 1% 0.59% -
HSV(B) 324.64º 0.81% 1% -
XYZ 49.55 26.28 40.49 -
YUV 123.8 154.08 221.58 -
System Red Green Blue C M Y K H S L
Decimal 255 48 170 0 0.81 0.33 0 324.64 1 0.59
Hex FF 30 AA 0 51 21 0 145 64 3B
Octal 377 60 252 0 121 41 0 505 144 73
Binary 11111111 110000 10101010 0 1010001 100001 0 101000101 1100100 111011

Color Harmonies of #FF30AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF30AA

Black with #FF30AA

Text Example


Text Example

White with #FF30AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF30AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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