Html Css Color HEX #F04F5D Radical Red

📋 copy color: '#F04F5D'

red 240 ◦ green 79 ◦ blue 93

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

Shades of Radical Red #F04F5D

Tints of Radical Red #F04F5D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.17%

 BLUE value IS 93 (36.72% from 255) = 22.57%

R = 58.25%
G = 19.17%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F04F5D (or 0xF04F5D) is known color: Radical Red. HEX triplet: F0, 4F and 5D. RGB value is (240,79,93). Sum of RGB (Red+Green+Blue) = 240+79+93=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F04F5D is #0FB0A2. Grayscale: #808080. Windows color (decimal): -1028259 or 6115312. OLE color: 6115312.

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

Color convert

RGB 240 79 93 -
CMYK 0 0.67 0.61 0.06
HSL 354.78º 0.84% 0.63% -
HSV(B) 354.78º 0.67% 0.94% -
XYZ 40.71 24.91 13.02 -
YUV 128.74 107.84 207.36 -
System Red Green Blue C M Y K H S L
Decimal 240 79 93 0 0.67 0.61 0.06 354.78 0.84 0.63
Hex F0 4F 5D 0 43 3D 6 163 54 3F
Octal 360 117 135 0 103 75 6 543 124 77
Binary 11110000 1001111 1011101 0 1000011 111101 110 101100011 1010100 111111

Color Harmonies of #F04F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04F5D

Black with #F04F5D

Text Example


Text Example

White with #F04F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04F5D; }

 p { color: rgb(240,79,93); }

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

background-color css

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

 a { background-color: rgb(240,79,93); }

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

border-color css

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

 span { border-color: rgb(240,79,93); }

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