Html Css Color HEX #FF305A Radical Red

📋 copy color: '#FF305A'

red 255 ◦ green 48 ◦ blue 90

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

Shades of Radical Red #FF305A

Tints of Radical Red #FF305A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.9%

R = 64.89%
G = 12.21%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF305A (or 0xFF305A) is known color: Radical Red. HEX triplet: FF, 30 and 5A. RGB value is (255,48,90). Sum of RGB (Red+Green+Blue) = 255+48+90=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF305A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF305A is #00CFA5. Grayscale: #727272. Windows color (decimal): -53158 or 5910783. OLE color: 5910783.

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

Color convert

RGB 255 48 90 -
CMYK 0 0.81 0.65 0
HSL 347.83º 1% 0.59% -
HSV(B) 347.83º 0.81% 1% -
XYZ 44.14 24.11 12 -
YUV 114.68 114.08 228.08 -
System Red Green Blue C M Y K H S L
Decimal 255 48 90 0 0.81 0.65 0 347.83 1 0.59
Hex FF 30 5A 0 51 41 0 15C 64 3B
Octal 377 60 132 0 121 101 0 534 144 73
Binary 11111111 110000 1011010 0 1010001 1000001 0 101011100 1100100 111011

Color Harmonies of #FF305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF305A

Black with #FF305A

Text Example


Text Example

White with #FF305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF305A; }

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

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

background-color css

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

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

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

border-color css

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

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

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