Html Css Color HEX #F03D69 Radical Red

📋 copy color: '#F03D69'

red 240 ◦ green 61 ◦ blue 105

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

Shades of Radical Red #F03D69

Tints of Radical Red #F03D69

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.02%

 BLUE value IS 105 (41.41% from 255) = 25.86%

R = 59.11%
G = 15.02%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F03D69 (or 0xF03D69) is known color: Radical Red. HEX triplet: F0, 3D and 69. RGB value is (240,61,105). Sum of RGB (Red+Green+Blue) = 240+61+105=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03D69 is #0FC296. Grayscale: #777777. Windows color (decimal): -1032855 or 6897136. OLE color: 6897136.

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

Color convert

RGB 240 61 105 -
CMYK 0 0.75 0.56 0.06
HSL 345.25º 0.86% 0.59% -
HSV(B) 345.25º 0.75% 0.94% -
XYZ 40.15 22.88 15.67 -
YUV 119.54 119.8 213.92 -
System Red Green Blue C M Y K H S L
Decimal 240 61 105 0 0.75 0.56 0.06 345.25 0.86 0.59
Hex F0 3D 69 0 4B 38 6 159 56 3B
Octal 360 75 151 0 113 70 6 531 126 73
Binary 11110000 111101 1101001 0 1001011 111000 110 101011001 1010110 111011

Color Harmonies of #F03D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03D69

Black with #F03D69

Text Example


Text Example

White with #F03D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03D69; }

 p { color: rgb(240,61,105); }

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

background-color css

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

 a { background-color: rgb(240,61,105); }

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

border-color css

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

 span { border-color: rgb(240,61,105); }

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