Html Css Color HEX #F0335C Radical Red

📋 copy color: '#F0335C'

red 240 ◦ green 51 ◦ blue 92

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

Shades of Radical Red #F0335C

Tints of Radical Red #F0335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.02%

R = 62.66%
G = 13.32%
B = 24.02%

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

#F0335C (or 0xF0335C) is known color: Radical Red. HEX triplet: F0, 33 and 5C. RGB value is (240,51,92). Sum of RGB (Red+Green+Blue) = 240+51+92=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F0335C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0335C is #0FCCA3. Grayscale: #707070. Windows color (decimal): -1035428 or 6042608. OLE color: 6042608.

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

Color convert

RGB 240 51 92 -
CMYK 0 0.79 0.62 0.06
HSL 346.98º 0.86% 0.57% -
HSV(B) 346.98º 0.79% 0.94% -
XYZ 39.05 21.67 12.25 -
YUV 112.19 116.62 219.17 -
System Red Green Blue C M Y K H S L
Decimal 240 51 92 0 0.79 0.62 0.06 346.98 0.86 0.57
Hex F0 33 5C 0 4F 3E 6 15B 56 39
Octal 360 63 134 0 117 76 6 533 126 71
Binary 11110000 110011 1011100 0 1001111 111110 110 101011011 1010110 111001

Color Harmonies of #F0335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0335C

Black with #F0335C

Text Example


Text Example

White with #F0335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0335C; }

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

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

background-color css

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

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

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

border-color css

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

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

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