Html Css Color HEX #F04855 Radical Red

📋 copy color: '#F04855'

red 240 ◦ green 72 ◦ blue 85

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

Shades of Radical Red #F04855

Tints of Radical Red #F04855

RGB

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

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

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

R = 60.45%
G = 18.14%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F04855 (or 0xF04855) is known color: Radical Red. HEX triplet: F0, 48 and 55. RGB value is (240,72,85). Sum of RGB (Red+Green+Blue) = 240+72+85=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F04855 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04855 is #0FB7AA. Grayscale: #7B7B7B. Windows color (decimal): -1030059 or 5589232. OLE color: 5589232.

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

Color convert

RGB 240 72 85 -
CMYK 0 0.7 0.65 0.06
HSL 355.36º 0.85% 0.61% -
HSV(B) 355.36º 0.7% 0.94% -
XYZ 39.89 23.82 11.09 -
YUV 123.71 106.16 210.94 -
System Red Green Blue C M Y K H S L
Decimal 240 72 85 0 0.7 0.65 0.06 355.36 0.85 0.61
Hex F0 48 55 0 46 41 6 163 55 3D
Octal 360 110 125 0 106 101 6 543 125 75
Binary 11110000 1001000 1010101 0 1000110 1000001 110 101100011 1010101 111101

Color Harmonies of #F04855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04855

Black with #F04855

Text Example


Text Example

White with #F04855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04855; }

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

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

background-color css

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

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

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

border-color css

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

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

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