Html Css Color HEX #F03362 Radical Red

📋 copy color: '#F03362'

red 240 ◦ green 51 ◦ blue 98

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

Shades of Radical Red #F03362

Tints of Radical Red #F03362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.19%

R = 61.7%
G = 13.11%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F03362 (or 0xF03362) is known color: Radical Red. HEX triplet: F0, 33 and 62. RGB value is (240,51,98). Sum of RGB (Red+Green+Blue) = 240+51+98=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F03362 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03362 is #0FCC9D. Grayscale: #707070. Windows color (decimal): -1035422 or 6435824. OLE color: 6435824.

HSL color Cylindrical-coordinate representation of color #F03362: hue angle of 345.08º 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 #F03362 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 51 98 -
CMYK 0 0.79 0.59 0.06
HSL 345.08º 0.86% 0.57% -
HSV(B) 345.08º 0.79% 0.94% -
XYZ 39.32 21.77 13.69 -
YUV 112.87 119.62 218.68 -
System Red Green Blue C M Y K H S L
Decimal 240 51 98 0 0.79 0.59 0.06 345.08 0.86 0.57
Hex F0 33 62 0 4F 3B 6 159 56 39
Octal 360 63 142 0 117 73 6 531 126 71
Binary 11110000 110011 1100010 0 1001111 111011 110 101011001 1010110 111001

Color Harmonies of #F03362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03362

Black with #F03362

Text Example


Text Example

White with #F03362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03362; }

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

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

background-color css

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

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

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

border-color css

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

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

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