Html Css Color HEX #FF3064 Radical Red

📋 copy color: '#FF3064'

red 255 ◦ green 48 ◦ blue 100

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

Shades of Radical Red #FF3064

Tints of Radical Red #FF3064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.81%

R = 63.28%
G = 11.91%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF3064 (or 0xFF3064) is known color: Radical Red. HEX triplet: FF, 30 and 64. RGB value is (255,48,100). Sum of RGB (Red+Green+Blue) = 255+48+100=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3064 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3064 is #00CF9B. Grayscale: #737373. Windows color (decimal): -53148 or 6566143. OLE color: 6566143.

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

Color convert

RGB 255 48 100 -
CMYK 0 0.81 0.61 0
HSL 344.93º 1% 0.59% -
HSV(B) 344.93º 0.81% 1% -
XYZ 44.6 24.29 14.4 -
YUV 115.82 119.08 227.27 -
System Red Green Blue C M Y K H S L
Decimal 255 48 100 0 0.81 0.61 0 344.93 1 0.59
Hex FF 30 64 0 51 3D 0 159 64 3B
Octal 377 60 144 0 121 75 0 531 144 73
Binary 11111111 110000 1100100 0 1010001 111101 0 101011001 1100100 111011

Color Harmonies of #FF3064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3064

Black with #FF3064

Text Example


Text Example

White with #FF3064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3064; }

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

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

background-color css

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

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

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

border-color css

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

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

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