Html Css Color HEX #FF3065 Radical Red

📋 copy color: '#FF3065'

red 255 ◦ green 48 ◦ blue 101

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

Shades of Radical Red #FF3065

Tints of Radical Red #FF3065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25%

R = 63.12%
G = 11.88%
B = 25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FF3065 (or 0xFF3065) is known color: Radical Red. HEX triplet: FF, 30 and 65. RGB value is (255,48,101). Sum of RGB (Red+Green+Blue) = 255+48+101=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3065 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3065 is #00CF9A. Grayscale: #737373. Windows color (decimal): -53147 or 6631679. OLE color: 6631679.

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

Color convert

RGB 255 48 101 -
CMYK 0 0.81 0.60 0
HSL 344.64º 1% 0.59% -
HSV(B) 344.64º 0.81% 1% -
XYZ 44.65 24.31 14.65 -
YUV 115.94 119.58 227.19 -
System Red Green Blue C M Y K H S L
Decimal 255 48 101 0 0.81 0.60 0 344.64 1 0.59
Hex FF 30 65 0 51 3C 0 159 64 3B
Octal 377 60 145 0 121 74 0 531 144 73
Binary 11111111 110000 1100101 0 1010001 111100 0 101011001 1100100 111011

Color Harmonies of #FF3065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3065

Black with #FF3065

Text Example


Text Example

White with #FF3065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3065; }

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

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

background-color css

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

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

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

border-color css

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

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

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