Html Css Color HEX #F0335A Radical Red

📋 copy color: '#F0335A'

red 240 ◦ green 51 ◦ blue 90

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

Shades of Radical Red #F0335A

Tints of Radical Red #F0335A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.62%

R = 62.99%
G = 13.39%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0335A (or 0xF0335A) is known color: Radical Red. HEX triplet: F0, 33 and 5A. RGB value is (240,51,90). Sum of RGB (Red+Green+Blue) = 240+51+90=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F0335A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0335A is #0FCCA5. Grayscale: #6F6F6F. Windows color (decimal): -1035430 or 5911536. OLE color: 5911536.

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

Color convert

RGB 240 51 90 -
CMYK 0 0.79 0.62 0.06
HSL 347.62º 0.86% 0.57% -
HSV(B) 347.62º 0.79% 0.94% -
XYZ 38.96 21.63 11.79 -
YUV 111.96 115.62 219.33 -
System Red Green Blue C M Y K H S L
Decimal 240 51 90 0 0.79 0.62 0.06 347.62 0.86 0.57
Hex F0 33 5A 0 4F 3E 6 15C 56 39
Octal 360 63 132 0 117 76 6 534 126 71
Binary 11110000 110011 1011010 0 1001111 111110 110 101011100 1010110 111001

Color Harmonies of #F0335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0335A

Black with #F0335A

Text Example


Text Example

White with #F0335A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0335A; }

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

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

background-color css

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

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

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

border-color css

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

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

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