Html Css Color HEX #F03D54 Radical Red

📋 copy color: '#F03D54'

red 240 ◦ green 61 ◦ blue 84

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

Shades of Radical Red #F03D54

Tints of Radical Red #F03D54

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.84%

 BLUE value IS 84 (33.2% from 255) = 21.82%

R = 62.34%
G = 15.84%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F03D54 (or 0xF03D54) is known color: Radical Red. HEX triplet: F0, 3D and 54. RGB value is (240,61,84). Sum of RGB (Red+Green+Blue) = 240+61+84=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03D54 is #0FC2AB. Grayscale: #757575. Windows color (decimal): -1032876 or 5520880. OLE color: 5520880.

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

Color convert

RGB 240 61 84 -
CMYK 0 0.75 0.65 0.06
HSL 352.29º 0.86% 0.59% -
HSV(B) 352.29º 0.75% 0.94% -
XYZ 39.2 22.5 10.66 -
YUV 117.14 109.3 215.63 -
System Red Green Blue C M Y K H S L
Decimal 240 61 84 0 0.75 0.65 0.06 352.29 0.86 0.59
Hex F0 3D 54 0 4B 41 6 160 56 3B
Octal 360 75 124 0 113 101 6 540 126 73
Binary 11110000 111101 1010100 0 1001011 1000001 110 101100000 1010110 111011

Color Harmonies of #F03D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03D54

Black with #F03D54

Text Example


Text Example

White with #F03D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03D54; }

 p { color: rgb(240,61,84); }

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

background-color css

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

 a { background-color: rgb(240,61,84); }

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

border-color css

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

 span { border-color: rgb(240,61,84); }

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