Html Css Color HEX #F04669 Radical Red

📋 copy color: '#F04669'

red 240 ◦ green 70 ◦ blue 105

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

Shades of Radical Red #F04669

Tints of Radical Red #F04669

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.87%

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

R = 57.83%
G = 16.87%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F04669 (or 0xF04669) is known color: Radical Red. HEX triplet: F0, 46 and 69. RGB value is (240,70,105). Sum of RGB (Red+Green+Blue) = 240+70+105=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F04669 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04669 is #0FB996. Grayscale: #7C7C7C. Windows color (decimal): -1030551 or 6899440. OLE color: 6899440.

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

Color convert

RGB 240 70 105 -
CMYK 0 0.71 0.56 0.06
HSL 347.65º 0.85% 0.61% -
HSV(B) 347.65º 0.71% 0.94% -
XYZ 40.68 23.93 15.84 -
YUV 124.82 116.82 210.15 -
System Red Green Blue C M Y K H S L
Decimal 240 70 105 0 0.71 0.56 0.06 347.65 0.85 0.61
Hex F0 46 69 0 47 38 6 15C 55 3D
Octal 360 106 151 0 107 70 6 534 125 75
Binary 11110000 1000110 1101001 0 1000111 111000 110 101011100 1010101 111101

Color Harmonies of #F04669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04669

Black with #F04669

Text Example


Text Example

White with #F04669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04669; }

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

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

background-color css

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

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

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

border-color css

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

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

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