Html Css Color HEX #FF306C Radical Red

📋 copy color: '#FF306C'

red 255 ◦ green 48 ◦ blue 108

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

Shades of Radical Red #FF306C

Tints of Radical Red #FF306C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.28%

R = 62.04%
G = 11.68%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF306C (or 0xFF306C) is known color: Radical Red. HEX triplet: FF, 30 and 6C. RGB value is (255,48,108). Sum of RGB (Red+Green+Blue) = 255+48+108=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF306C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF306C is #00CF93. Grayscale: #747474. Windows color (decimal): -53140 or 7090431. OLE color: 7090431.

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

Color convert

RGB 255 48 108 -
CMYK 0 0.81 0.58 0
HSL 342.61º 1% 0.59% -
HSV(B) 342.61º 0.81% 1% -
XYZ 45 24.46 16.54 -
YUV 116.73 123.08 226.62 -
System Red Green Blue C M Y K H S L
Decimal 255 48 108 0 0.81 0.58 0 342.61 1 0.59
Hex FF 30 6C 0 51 3A 0 157 64 3B
Octal 377 60 154 0 121 72 0 527 144 73
Binary 11111111 110000 1101100 0 1010001 111010 0 101010111 1100100 111011

Color Harmonies of #FF306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF306C

Black with #FF306C

Text Example


Text Example

White with #FF306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF306C; }

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

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

background-color css

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

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

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

border-color css

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

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

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