Html Css Color HEX #FF30B0 Persian Rose

📋 copy color: '#FF30B0'

red 255 ◦ green 48 ◦ blue 176

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

Shades of Persian Rose #FF30B0

Tints of Persian Rose #FF30B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.74%

R = 53.24%
G = 10.02%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF30B0 (or 0xFF30B0) is known color: Persian Rose. HEX triplet: FF, 30 and B0. RGB value is (255,48,176). Sum of RGB (Red+Green+Blue) = 255+48+176=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF30B0 is #00CF4F. Grayscale: #7C7C7C. Windows color (decimal): -53072 or 11546879. OLE color: 11546879.

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

Color convert

RGB 255 48 176 -
CMYK 0 0.81 0.31 0
HSL 322.9º 1% 0.59% -
HSV(B) 322.9º 0.81% 1% -
XYZ 50.13 26.51 43.55 -
YUV 124.49 157.08 221.09 -
System Red Green Blue C M Y K H S L
Decimal 255 48 176 0 0.81 0.31 0 322.9 1 0.59
Hex FF 30 B0 0 51 1F 0 143 64 3B
Octal 377 60 260 0 121 37 0 503 144 73
Binary 11111111 110000 10110000 0 1010001 11111 0 101000011 1100100 111011

Color Harmonies of #FF30B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF30B0

Black with #FF30B0

Text Example


Text Example

White with #FF30B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF30B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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