Html Css Color HEX #F03568 Radical Red

📋 copy color: '#F03568'

red 240 ◦ green 53 ◦ blue 104

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

Shades of Radical Red #F03568

Tints of Radical Red #F03568

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.35%

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

R = 60.45%
G = 13.35%
B = 26.2%

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

#F03568 (or 0xF03568) is known color: Radical Red. HEX triplet: F0, 35 and 68. RGB value is (240,53,104). Sum of RGB (Red+Green+Blue) = 240+53+104=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F03568 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03568 is #0FCA97. Grayscale: #727272. Windows color (decimal): -1034904 or 6829552. OLE color: 6829552.

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

Color convert

RGB 240 53 104 -
CMYK 0 0.78 0.57 0.06
HSL 343.64º 0.86% 0.57% -
HSV(B) 343.64º 0.78% 0.94% -
XYZ 39.71 22.07 15.26 -
YUV 114.73 121.95 217.35 -
System Red Green Blue C M Y K H S L
Decimal 240 53 104 0 0.78 0.57 0.06 343.64 0.86 0.57
Hex F0 35 68 0 4E 39 6 158 56 39
Octal 360 65 150 0 116 71 6 530 126 71
Binary 11110000 110101 1101000 0 1001110 111001 110 101011000 1010110 111001

Color Harmonies of #F03568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03568

Black with #F03568

Text Example


Text Example

White with #F03568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03568; }

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

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

background-color css

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

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

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

border-color css

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

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

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