Html Css Color HEX #FF304E Radical Red

📋 copy color: '#FF304E'

red 255 ◦ green 48 ◦ blue 78

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

Shades of Radical Red #FF304E

Tints of Radical Red #FF304E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.47%

R = 66.93%
G = 12.6%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF304E (or 0xFF304E) is known color: Radical Red. HEX triplet: FF, 30 and 4E. RGB value is (255,48,78). Sum of RGB (Red+Green+Blue) = 255+48+78=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF304E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF304E is #00CFB1. Grayscale: #717171. Windows color (decimal): -53170 or 5124351. OLE color: 5124351.

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

Color convert

RGB 255 48 78 -
CMYK 0 0.81 0.69 0
HSL 351.3º 1% 0.59% -
HSV(B) 351.3º 0.81% 1% -
XYZ 43.67 23.92 9.52 -
YUV 113.31 108.08 229.06 -
System Red Green Blue C M Y K H S L
Decimal 255 48 78 0 0.81 0.69 0 351.3 1 0.59
Hex FF 30 4E 0 51 45 0 15F 64 3B
Octal 377 60 116 0 121 105 0 537 144 73
Binary 11111111 110000 1001110 0 1010001 1000101 0 101011111 1100100 111011

Color Harmonies of #FF304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF304E

Black with #FF304E

Text Example


Text Example

White with #FF304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF304E; }

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

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

background-color css

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

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

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

border-color css

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

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

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