Html Css Color HEX #F04555 Radical Red

📋 copy color: '#F04555'

red 240 ◦ green 69 ◦ blue 85

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

Shades of Radical Red #F04555

Tints of Radical Red #F04555

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.51%

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

R = 60.91%
G = 17.51%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F04555 (or 0xF04555) is known color: Radical Red. HEX triplet: F0, 45 and 55. RGB value is (240,69,85). Sum of RGB (Red+Green+Blue) = 240+69+85=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F04555 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04555 is #0FBAAA. Grayscale: #7A7A7A. Windows color (decimal): -1030827 or 5588464. OLE color: 5588464.

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

Color convert

RGB 240 69 85 -
CMYK 0 0.71 0.65 0.06
HSL 354.39º 0.85% 0.61% -
HSV(B) 354.39º 0.71% 0.94% -
XYZ 39.7 23.44 11.03 -
YUV 121.95 107.15 212.2 -
System Red Green Blue C M Y K H S L
Decimal 240 69 85 0 0.71 0.65 0.06 354.39 0.85 0.61
Hex F0 45 55 0 47 41 6 162 55 3D
Octal 360 105 125 0 107 101 6 542 125 75
Binary 11110000 1000101 1010101 0 1000111 1000001 110 101100010 1010101 111101

Color Harmonies of #F04555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04555

Black with #F04555

Text Example


Text Example

White with #F04555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04555; }

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

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

background-color css

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

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

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

border-color css

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

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

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