Html Css Color HEX #FF30A5 Persian Rose

📋 copy color: '#FF30A5'

red 255 ◦ green 48 ◦ blue 165

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

Shades of Persian Rose #FF30A5

Tints of Persian Rose #FF30A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.26%

R = 54.49%
G = 10.26%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FF30A5 (or 0xFF30A5) is known color: Persian Rose. HEX triplet: FF, 30 and A5. RGB value is (255,48,165). Sum of RGB (Red+Green+Blue) = 255+48+165=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF30A5 is #00CF5A. Grayscale: #7A7A7A. Windows color (decimal): -53083 or 10825983. OLE color: 10825983.

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

Color convert

RGB 255 48 165 -
CMYK 0 0.81 0.35 0
HSL 326.09º 1% 0.59% -
HSV(B) 326.09º 0.81% 1% -
XYZ 49.09 26.09 38.05 -
YUV 123.23 151.58 221.99 -
System Red Green Blue C M Y K H S L
Decimal 255 48 165 0 0.81 0.35 0 326.09 1 0.59
Hex FF 30 A5 0 51 23 0 146 64 3B
Octal 377 60 245 0 121 43 0 506 144 73
Binary 11111111 110000 10100101 0 1010001 100011 0 101000110 1100100 111011

Color Harmonies of #FF30A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF30A5

Black with #FF30A5

Text Example


Text Example

White with #FF30A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF30A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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