Html Css Color HEX #F03967 Radical Red

📋 copy color: '#F03967'

red 240 ◦ green 57 ◦ blue 103

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

Shades of Radical Red #F03967

Tints of Radical Red #F03967

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.25%

 BLUE value IS 103 (40.63% from 255) = 25.75%

R = 60%
G = 14.25%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F03967 (or 0xF03967) is known color: Radical Red. HEX triplet: F0, 39 and 67. RGB value is (240,57,103). Sum of RGB (Red+Green+Blue) = 240+57+103=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F03967 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03967 is #0FC698. Grayscale: #747474. Windows color (decimal): -1033881 or 6765040. OLE color: 6765040.

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

Color convert

RGB 240 57 103 -
CMYK 0 0.76 0.57 0.06
HSL 344.92º 0.86% 0.58% -
HSV(B) 344.92º 0.76% 0.94% -
XYZ 39.85 22.43 15.06 -
YUV 116.96 120.13 215.76 -
System Red Green Blue C M Y K H S L
Decimal 240 57 103 0 0.76 0.57 0.06 344.92 0.86 0.58
Hex F0 39 67 0 4C 39 6 159 56 3A
Octal 360 71 147 0 114 71 6 531 126 72
Binary 11110000 111001 1100111 0 1001100 111001 110 101011001 1010110 111010

Color Harmonies of #F03967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03967

Black with #F03967

Text Example


Text Example

White with #F03967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03967; }

 p { color: rgb(240,57,103); }

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

background-color css

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

 a { background-color: rgb(240,57,103); }

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

border-color css

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

 span { border-color: rgb(240,57,103); }

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