Html Css Color HEX #F04955 Radical Red

📋 copy color: '#F04955'

red 240 ◦ green 73 ◦ blue 85

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

Shades of Radical Red #F04955

Tints of Radical Red #F04955

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.34%

 BLUE value IS 85 (33.59% from 255) = 21.36%

R = 60.3%
G = 18.34%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F04955 (or 0xF04955) is known color: Radical Red. HEX triplet: F0, 49 and 55. RGB value is (240,73,85). Sum of RGB (Red+Green+Blue) = 240+73+85=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F04955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04955 is #0FB6AA. Grayscale: #7C7C7C. Windows color (decimal): -1029803 or 5589488. OLE color: 5589488.

HSL color Cylindrical-coordinate representation of color #F04955: hue angle of 355.69º 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 #F04955 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 73 85 -
CMYK 0 0.70 0.65 0.06
HSL 355.69º 0.85% 0.61% -
HSV(B) 355.69º 0.7% 0.94% -
XYZ 39.96 23.95 11.11 -
YUV 124.3 105.83 210.52 -
System Red Green Blue C M Y K H S L
Decimal 240 73 85 0 0.70 0.65 0.06 355.69 0.85 0.61
Hex F0 49 55 0 46 41 6 164 55 3D
Octal 360 111 125 0 106 101 6 544 125 75
Binary 11110000 1001001 1010101 0 1000110 1000001 110 101100100 1010101 111101

Color Harmonies of #F04955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04955

Black with #F04955

Text Example


Text Example

White with #F04955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04955; }

 p { color: rgb(240,73,85); }

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

background-color css

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

 a { background-color: rgb(240,73,85); }

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

border-color css

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

 span { border-color: rgb(240,73,85); }

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