Html Css Color HEX #FF30A0 Wild Strawberry

📋 copy color: '#FF30A0'

red 255 ◦ green 48 ◦ blue 160

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

Shades of Wild Strawberry #FF30A0

Tints of Wild Strawberry #FF30A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.56%

R = 55.08%
G = 10.37%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FF30A0 (or 0xFF30A0) is known color: Wild Strawberry. HEX triplet: FF, 30 and A0. RGB value is (255,48,160). Sum of RGB (Red+Green+Blue) = 255+48+160=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF30A0 is #00CF5F. Grayscale: #7A7A7A. Windows color (decimal): -53088 or 10498303. OLE color: 10498303.

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

Color convert

RGB 255 48 160 -
CMYK 0 0.81 0.37 0
HSL 327.54º 1% 0.59% -
HSV(B) 327.54º 0.81% 1% -
XYZ 48.64 25.91 35.7 -
YUV 122.66 149.08 222.39 -
System Red Green Blue C M Y K H S L
Decimal 255 48 160 0 0.81 0.37 0 327.54 1 0.59
Hex FF 30 A0 0 51 25 0 148 64 3B
Octal 377 60 240 0 121 45 0 510 144 73
Binary 11111111 110000 10100000 0 1010001 100101 0 101001000 1100100 111011

Color Harmonies of #FF30A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF30A0

Black with #FF30A0

Text Example


Text Example

White with #FF30A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF30A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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