Html Css Color HEX #FF3265 Radical Red

📋 copy color: '#FF3265'

red 255 ◦ green 50 ◦ blue 101

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

Shades of Radical Red #FF3265

Tints of Radical Red #FF3265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.32%

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

R = 62.81%
G = 12.32%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FF3265 (or 0xFF3265) is known color: Radical Red. HEX triplet: FF, 32 and 65. RGB value is (255,50,101). Sum of RGB (Red+Green+Blue) = 255+50+101=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3265 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3265 is #00CD9A. Grayscale: #757575. Windows color (decimal): -52635 or 6632191. OLE color: 6632191.

HSL color Cylindrical-coordinate representation of color #FF3265: hue angle of 345.07º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3265 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB 255 50 101 -
CMYK 0 0.80 0.60 0
HSL 345.07º 1% 0.6% -
HSV(B) 345.07º 0.8% 1% -
XYZ 44.73 24.48 14.68 -
YUV 117.11 118.92 226.35 -
System Red Green Blue C M Y K H S L
Decimal 255 50 101 0 0.80 0.60 0 345.07 1 0.6
Hex FF 32 65 0 50 3C 0 159 64 3C
Octal 377 62 145 0 120 74 0 531 144 74
Binary 11111111 110010 1100101 0 1010000 111100 0 101011001 1100100 111100

Color Harmonies of #FF3265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3265

Black with #FF3265

Text Example


Text Example

White with #FF3265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3265; }

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

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

background-color css

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

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

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

border-color css

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

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

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