Html Css Color HEX #F0335E Radical Red

📋 copy color: '#F0335E'

red 240 ◦ green 51 ◦ blue 94

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

Shades of Radical Red #F0335E

Tints of Radical Red #F0335E

RGB

 RED value IS 240 (94.14% from 255) = 62.34%

 GREEN value IS 51 (20.31% from 255) = 13.25%

 BLUE value IS 94 (37.11% from 255) = 24.42%

R = 62.34%
G = 13.25%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0335E (or 0xF0335E) is known color: Radical Red. HEX triplet: F0, 33 and 5E. RGB value is (240,51,94). Sum of RGB (Red+Green+Blue) = 240+51+94=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0335E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0335E is #0FCCA1. Grayscale: #707070. Windows color (decimal): -1035426 or 6173680. OLE color: 6173680.

HSL color Cylindrical-coordinate representation of color #F0335E: hue angle of 346.35º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F0335E is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 51 94 -
CMYK 0 0.79 0.61 0.06
HSL 346.35º 0.86% 0.57% -
HSV(B) 346.35º 0.79% 0.94% -
XYZ 39.14 21.7 12.72 -
YUV 112.41 117.62 219 -
System Red Green Blue C M Y K H S L
Decimal 240 51 94 0 0.79 0.61 0.06 346.35 0.86 0.57
Hex F0 33 5E 0 4F 3D 6 15A 56 39
Octal 360 63 136 0 117 75 6 532 126 71
Binary 11110000 110011 1011110 0 1001111 111101 110 101011010 1010110 111001

Color Harmonies of #F0335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0335E

Black with #F0335E

Text Example


Text Example

White with #F0335E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0335E; }

 p { color: rgb(240,51,94); }

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

background-color css

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

 a { background-color: rgb(240,51,94); }

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

border-color css

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

 span { border-color: rgb(240,51,94); }

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