Html Css Color HEX #FF3275 Radical Red

📋 copy color: '#FF3275'

red 255 ◦ green 50 ◦ blue 117

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

Shades of Radical Red #FF3275

Tints of Radical Red #FF3275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.73%

R = 60.43%
G = 11.85%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF3275 (or 0xFF3275) is known color: Radical Red. HEX triplet: FF, 32 and 75. RGB value is (255,50,117). Sum of RGB (Red+Green+Blue) = 255+50+117=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3275 is #00CD8A. Grayscale: #767676. Windows color (decimal): -52619 or 7680767. OLE color: 7680767.

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

Color convert

RGB 255 50 117 -
CMYK 0 0.80 0.54 0
HSL 340.39º 1% 0.6% -
HSV(B) 340.39º 0.8% 1% -
XYZ 45.59 24.83 19.22 -
YUV 118.93 126.92 225.05 -
System Red Green Blue C M Y K H S L
Decimal 255 50 117 0 0.80 0.54 0 340.39 1 0.6
Hex FF 32 75 0 50 36 0 154 64 3C
Octal 377 62 165 0 120 66 0 524 144 74
Binary 11111111 110010 1110101 0 1010000 110110 0 101010100 1100100 111100

Color Harmonies of #FF3275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3275

Black with #FF3275

Text Example


Text Example

White with #FF3275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3275; }

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

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

background-color css

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

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

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

border-color css

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

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

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