Html Css Color HEX #F03861 Radical Red

📋 copy color: '#F03861'

red 240 ◦ green 56 ◦ blue 97

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

Shades of Radical Red #F03861

Tints of Radical Red #F03861

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.25%

 BLUE value IS 97 (38.28% from 255) = 24.68%

R = 61.07%
G = 14.25%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F03861 (or 0xF03861) is known color: Radical Red. HEX triplet: F0, 38 and 61. RGB value is (240,56,97). Sum of RGB (Red+Green+Blue) = 240+56+97=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F03861 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03861 is #0FC79E. Grayscale: #737373. Windows color (decimal): -1034143 or 6371568. OLE color: 6371568.

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

Color convert

RGB 240 56 97 -
CMYK 0 0.77 0.60 0.06
HSL 346.63º 0.86% 0.58% -
HSV(B) 346.63º 0.77% 0.94% -
XYZ 39.51 22.22 13.52 -
YUV 115.69 117.46 216.67 -
System Red Green Blue C M Y K H S L
Decimal 240 56 97 0 0.77 0.60 0.06 346.63 0.86 0.58
Hex F0 38 61 0 4D 3C 6 15B 56 3A
Octal 360 70 141 0 115 74 6 533 126 72
Binary 11110000 111000 1100001 0 1001101 111100 110 101011011 1010110 111010

Color Harmonies of #F03861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03861

Black with #F03861

Text Example


Text Example

White with #F03861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03861; }

 p { color: rgb(240,56,97); }

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

background-color css

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

 a { background-color: rgb(240,56,97); }

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

border-color css

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

 span { border-color: rgb(240,56,97); }

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