Html Css Color HEX #F03E5A Radical Red

📋 copy color: '#F03E5A'

red 240 ◦ green 62 ◦ blue 90

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

Shades of Radical Red #F03E5A

Tints of Radical Red #F03E5A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.82%

 BLUE value IS 90 (35.55% from 255) = 22.96%

R = 61.22%
G = 15.82%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F03E5A (or 0xF03E5A) is known color: Radical Red. HEX triplet: F0, 3E and 5A. RGB value is (240,62,90). Sum of RGB (Red+Green+Blue) = 240+62+90=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 62 (24.61% from 255 or 15.82% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F03E5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03E5A is #0FC1A5. Grayscale: #767676. Windows color (decimal): -1032614 or 5914352. OLE color: 5914352.

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

Color convert

RGB 240 62 90 -
CMYK 0 0.74 0.62 0.06
HSL 350.56º 0.86% 0.59% -
HSV(B) 350.56º 0.74% 0.94% -
XYZ 39.5 22.71 11.97 -
YUV 118.41 111.97 214.72 -
System Red Green Blue C M Y K H S L
Decimal 240 62 90 0 0.74 0.62 0.06 350.56 0.86 0.59
Hex F0 3E 5A 0 4A 3E 6 15F 56 3B
Octal 360 76 132 0 112 76 6 537 126 73
Binary 11110000 111110 1011010 0 1001010 111110 110 101011111 1010110 111011

Color Harmonies of #F03E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03E5A

Black with #F03E5A

Text Example


Text Example

White with #F03E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03E5A; }

 p { color: rgb(240,62,90); }

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

background-color css

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

 a { background-color: rgb(240,62,90); }

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

border-color css

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

 span { border-color: rgb(240,62,90); }

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