Html Css Color HEX #F02C5E Radical Red

📋 copy color: '#F02C5E'

red 240 ◦ green 44 ◦ blue 94

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

Shades of Radical Red #F02C5E

Tints of Radical Red #F02C5E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.64%

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

R = 63.49%
G = 11.64%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F02C5E (or 0xF02C5E) is known color: Radical Red. HEX triplet: F0, 2C and 5E. RGB value is (240,44,94). Sum of RGB (Red+Green+Blue) = 240+44+94=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02C5E is #0FD3A1. Grayscale: #6C6C6C. Windows color (decimal): -1037218 or 6171888. OLE color: 6171888.

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

Color convert

RGB 240 44 94 -
CMYK 0 0.82 0.61 0.06
HSL 344.69º 0.87% 0.56% -
HSV(B) 344.69º 0.82% 0.94% -
XYZ 38.86 21.13 12.62 -
YUV 108.3 119.93 221.93 -
System Red Green Blue C M Y K H S L
Decimal 240 44 94 0 0.82 0.61 0.06 344.69 0.87 0.56
Hex F0 2C 5E 0 52 3D 6 159 57 38
Octal 360 54 136 0 122 75 6 531 127 70
Binary 11110000 101100 1011110 0 1010010 111101 110 101011001 1010111 111000

Color Harmonies of #F02C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02C5E

Black with #F02C5E

Text Example


Text Example

White with #F02C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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