Html Css Color HEX #F03668 Radical Red

📋 copy color: '#F03668'

red 240 ◦ green 54 ◦ blue 104

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

Shades of Radical Red #F03668

Tints of Radical Red #F03668

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.57%

 BLUE value IS 104 (41.02% from 255) = 26.13%

R = 60.3%
G = 13.57%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F03668 (or 0xF03668) is known color: Radical Red. HEX triplet: F0, 36 and 68. RGB value is (240,54,104). Sum of RGB (Red+Green+Blue) = 240+54+104=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F03668 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03668 is #0FC997. Grayscale: #737373. Windows color (decimal): -1034648 or 6829808. OLE color: 6829808.

HSL color Cylindrical-coordinate representation of color #F03668: hue angle of 343.87º 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 #F03668 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 54 104 -
CMYK 0 0.78 0.57 0.06
HSL 343.87º 0.86% 0.58% -
HSV(B) 343.87º 0.78% 0.94% -
XYZ 39.75 22.16 15.28 -
YUV 115.31 121.62 216.93 -
System Red Green Blue C M Y K H S L
Decimal 240 54 104 0 0.78 0.57 0.06 343.87 0.86 0.58
Hex F0 36 68 0 4E 39 6 158 56 3A
Octal 360 66 150 0 116 71 6 530 126 72
Binary 11110000 110110 1101000 0 1001110 111001 110 101011000 1010110 111010

Color Harmonies of #F03668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03668

Black with #F03668

Text Example


Text Example

White with #F03668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03668; }

 p { color: rgb(240,54,104); }

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

background-color css

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

 a { background-color: rgb(240,54,104); }

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

border-color css

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

 span { border-color: rgb(240,54,104); }

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