Html Css Color HEX #F04869 Radical Red

📋 copy color: '#F04869'

red 240 ◦ green 72 ◦ blue 105

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

Shades of Radical Red #F04869

Tints of Radical Red #F04869

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.27%

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

R = 57.55%
G = 17.27%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F04869 (or 0xF04869) is known color: Radical Red. HEX triplet: F0, 48 and 69. RGB value is (240,72,105). Sum of RGB (Red+Green+Blue) = 240+72+105=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F04869 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04869 is #0FB796. Grayscale: #7E7E7E. Windows color (decimal): -1030039 or 6899952. OLE color: 6899952.

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

Color convert

RGB 240 72 105 -
CMYK 0 0.7 0.56 0.06
HSL 348.21º 0.85% 0.61% -
HSV(B) 348.21º 0.7% 0.94% -
XYZ 40.8 24.18 15.88 -
YUV 125.99 116.16 209.32 -
System Red Green Blue C M Y K H S L
Decimal 240 72 105 0 0.7 0.56 0.06 348.21 0.85 0.61
Hex F0 48 69 0 46 38 6 15C 55 3D
Octal 360 110 151 0 106 70 6 534 125 75
Binary 11110000 1001000 1101001 0 1000110 111000 110 101011100 1010101 111101

Color Harmonies of #F04869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04869

Black with #F04869

Text Example


Text Example

White with #F04869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04869; }

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

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

background-color css

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

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

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

border-color css

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

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

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