Html Css Color HEX #F0335B Radical Red

📋 copy color: '#F0335B'

red 240 ◦ green 51 ◦ blue 91

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

Shades of Radical Red #F0335B

Tints of Radical Red #F0335B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.82%

R = 62.83%
G = 13.35%
B = 23.82%

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

#F0335B (or 0xF0335B) is known color: Radical Red. HEX triplet: F0, 33 and 5B. RGB value is (240,51,91). Sum of RGB (Red+Green+Blue) = 240+51+91=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F0335B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0335B is #0FCCA4. Grayscale: #707070. Windows color (decimal): -1035429 or 5977072. OLE color: 5977072.

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

Color convert

RGB 240 51 91 -
CMYK 0 0.79 0.62 0.06
HSL 347.3º 0.86% 0.57% -
HSV(B) 347.3º 0.79% 0.94% -
XYZ 39.01 21.65 12.02 -
YUV 112.07 116.12 219.25 -
System Red Green Blue C M Y K H S L
Decimal 240 51 91 0 0.79 0.62 0.06 347.3 0.86 0.57
Hex F0 33 5B 0 4F 3E 6 15B 56 39
Octal 360 63 133 0 117 76 6 533 126 71
Binary 11110000 110011 1011011 0 1001111 111110 110 101011011 1010110 111001

Color Harmonies of #F0335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0335B

Black with #F0335B

Text Example


Text Example

White with #F0335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0335B; }

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

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

background-color css

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

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

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

border-color css

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

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

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