Html Css Color HEX #F04356 Radical Red

📋 copy color: '#F04356'

red 240 ◦ green 67 ◦ blue 86

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

Shades of Radical Red #F04356

Tints of Radical Red #F04356

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.05%

 BLUE value IS 86 (33.98% from 255) = 21.88%

R = 61.07%
G = 17.05%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F04356 (or 0xF04356) is known color: Radical Red. HEX triplet: F0, 43 and 56. RGB value is (240,67,86). Sum of RGB (Red+Green+Blue) = 240+67+86=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F04356 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04356 is #0FBCA9. Grayscale: #787878. Windows color (decimal): -1031338 or 5653488. OLE color: 5653488.

HSL color Cylindrical-coordinate representation of color #F04356: hue angle of 353.41º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F04356 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 67 86 -
CMYK 0 0.72 0.64 0.06
HSL 353.41º 0.85% 0.6% -
HSV(B) 353.41º 0.72% 0.94% -
XYZ 39.62 23.21 11.2 -
YUV 120.89 108.31 212.96 -
System Red Green Blue C M Y K H S L
Decimal 240 67 86 0 0.72 0.64 0.06 353.41 0.85 0.6
Hex F0 43 56 0 48 40 6 161 55 3C
Octal 360 103 126 0 110 100 6 541 125 74
Binary 11110000 1000011 1010110 0 1001000 1000000 110 101100001 1010101 111100

Color Harmonies of #F04356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04356

Black with #F04356

Text Example


Text Example

White with #F04356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04356; }

 p { color: rgb(240,67,86); }

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

background-color css

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

 a { background-color: rgb(240,67,86); }

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

border-color css

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

 span { border-color: rgb(240,67,86); }

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