Html Css Color HEX #FF30A8 Persian Rose

📋 copy color: '#FF30A8'

red 255 ◦ green 48 ◦ blue 168

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

Shades of Persian Rose #FF30A8

Tints of Persian Rose #FF30A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.67%

R = 54.14%
G = 10.19%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FF30A8 (or 0xFF30A8) is known color: Persian Rose. HEX triplet: FF, 30 and A8. RGB value is (255,48,168). Sum of RGB (Red+Green+Blue) = 255+48+168=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF30A8 is #00CF57. Grayscale: #7B7B7B. Windows color (decimal): -53080 or 11022591. OLE color: 11022591.

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

Color convert

RGB 255 48 168 -
CMYK 0 0.81 0.34 0
HSL 325.22º 1% 0.59% -
HSV(B) 325.22º 0.81% 1% -
XYZ 49.36 26.2 39.5 -
YUV 123.57 153.08 221.74 -
System Red Green Blue C M Y K H S L
Decimal 255 48 168 0 0.81 0.34 0 325.22 1 0.59
Hex FF 30 A8 0 51 22 0 145 64 3B
Octal 377 60 250 0 121 42 0 505 144 73
Binary 11111111 110000 10101000 0 1010001 100010 0 101000101 1100100 111011

Color Harmonies of #FF30A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF30A8

Black with #FF30A8

Text Example


Text Example

White with #FF30A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF30A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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