Html Css Color HEX #F04169 Radical Red

📋 copy color: '#F04169'

red 240 ◦ green 65 ◦ blue 105

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

Shades of Radical Red #F04169

Tints of Radical Red #F04169

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.85%

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

R = 58.54%
G = 15.85%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F04169 (or 0xF04169) is known color: Radical Red. HEX triplet: F0, 41 and 69. RGB value is (240,65,105). Sum of RGB (Red+Green+Blue) = 240+65+105=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F04169 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04169 is #0FBE96. Grayscale: #797979. Windows color (decimal): -1031831 or 6898160. OLE color: 6898160.

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

Color convert

RGB 240 65 105 -
CMYK 0 0.73 0.56 0.06
HSL 346.29º 0.85% 0.6% -
HSV(B) 346.29º 0.73% 0.94% -
XYZ 40.38 23.33 15.74 -
YUV 121.89 118.48 212.25 -
System Red Green Blue C M Y K H S L
Decimal 240 65 105 0 0.73 0.56 0.06 346.29 0.85 0.6
Hex F0 41 69 0 49 38 6 15A 55 3C
Octal 360 101 151 0 111 70 6 532 125 74
Binary 11110000 1000001 1101001 0 1001001 111000 110 101011010 1010101 111100

Color Harmonies of #F04169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04169

Black with #F04169

Text Example


Text Example

White with #F04169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04169; }

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

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

background-color css

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

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

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

border-color css

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

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

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