Html Css Color HEX #F03458 Radical Red

📋 copy color: '#F03458'

red 240 ◦ green 52 ◦ blue 88

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

Shades of Radical Red #F03458

Tints of Radical Red #F03458

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.68%

 BLUE value IS 88 (34.77% from 255) = 23.16%

R = 63.16%
G = 13.68%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F03458 (or 0xF03458) is known color: Radical Red. HEX triplet: F0, 34 and 58. RGB value is (240,52,88). Sum of RGB (Red+Green+Blue) = 240+52+88=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F03458 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03458 is #0FCBA7. Grayscale: #707070. Windows color (decimal): -1035176 or 5780720. OLE color: 5780720.

HSL color Cylindrical-coordinate representation of color #F03458: hue angle of 348.51º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F03458 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 52 88 -
CMYK 0 0.78 0.63 0.06
HSL 348.51º 0.86% 0.57% -
HSV(B) 348.51º 0.78% 0.94% -
XYZ 38.92 21.69 11.37 -
YUV 112.32 114.28 219.07 -
System Red Green Blue C M Y K H S L
Decimal 240 52 88 0 0.78 0.63 0.06 348.51 0.86 0.57
Hex F0 34 58 0 4E 3F 6 15D 56 39
Octal 360 64 130 0 116 77 6 535 126 71
Binary 11110000 110100 1011000 0 1001110 111111 110 101011101 1010110 111001

Color Harmonies of #F03458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03458

Black with #F03458

Text Example


Text Example

White with #F03458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03458; }

 p { color: rgb(240,52,88); }

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

background-color css

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

 a { background-color: rgb(240,52,88); }

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

border-color css

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

 span { border-color: rgb(240,52,88); }

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