Html Css Color HEX #FF30AB Persian Rose

📋 copy color: '#FF30AB'

red 255 ◦ green 48 ◦ blue 171

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

Shades of Persian Rose #FF30AB

Tints of Persian Rose #FF30AB

RGB

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

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

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

R = 53.8%
G = 10.13%
B = 36.08%

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

#FF30AB (or 0xFF30AB) is known color: Persian Rose. HEX triplet: FF, 30 and AB. RGB value is (255,48,171). Sum of RGB (Red+Green+Blue) = 255+48+171=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF30AB is #00CF54. Grayscale: #7B7B7B. Windows color (decimal): -53077 or 11219199. OLE color: 11219199.

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

Color convert

RGB 255 48 171 -
CMYK 0 0.81 0.33 0
HSL 324.35º 1% 0.59% -
HSV(B) 324.35º 0.81% 1% -
XYZ 49.65 26.31 40.99 -
YUV 123.92 154.58 221.5 -
System Red Green Blue C M Y K H S L
Decimal 255 48 171 0 0.81 0.33 0 324.35 1 0.59
Hex FF 30 AB 0 51 21 0 144 64 3B
Octal 377 60 253 0 121 41 0 504 144 73
Binary 11111111 110000 10101011 0 1010001 100001 0 101000100 1100100 111011

Color Harmonies of #FF30AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF30AB

Black with #FF30AB

Text Example


Text Example

White with #FF30AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF30AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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