Html Css Color HEX #FF3263 Radical Red

📋 copy color: '#FF3263'

red 255 ◦ green 50 ◦ blue 99

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

Shades of Radical Red #FF3263

Tints of Radical Red #FF3263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.5%

R = 63.12%
G = 12.38%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF3263 (or 0xFF3263) is known color: Radical Red. HEX triplet: FF, 32 and 63. RGB value is (255,50,99). Sum of RGB (Red+Green+Blue) = 255+50+99=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3263 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3263 is #00CD9C. Grayscale: #747474. Windows color (decimal): -52637 or 6501119. OLE color: 6501119.

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

Color convert

RGB 255 50 99 -
CMYK 0 0.80 0.61 0
HSL 345.66º 1% 0.6% -
HSV(B) 345.66º 0.8% 1% -
XYZ 44.63 24.44 14.17 -
YUV 116.88 117.92 226.52 -
System Red Green Blue C M Y K H S L
Decimal 255 50 99 0 0.80 0.61 0 345.66 1 0.6
Hex FF 32 63 0 50 3D 0 15A 64 3C
Octal 377 62 143 0 120 75 0 532 144 74
Binary 11111111 110010 1100011 0 1010000 111101 0 101011010 1100100 111100

Color Harmonies of #FF3263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3263

Black with #FF3263

Text Example


Text Example

White with #FF3263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3263; }

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

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

background-color css

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

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

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

border-color css

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

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

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