Html Css Color HEX #F04766 Radical Red

📋 copy color: '#F04766'

red 240 ◦ green 71 ◦ blue 102

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

Shades of Radical Red #F04766

Tints of Radical Red #F04766

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.19%

 BLUE value IS 102 (40.23% from 255) = 24.7%

R = 58.11%
G = 17.19%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F04766 (or 0xF04766) is known color: Radical Red. HEX triplet: F0, 47 and 66. RGB value is (240,71,102). Sum of RGB (Red+Green+Blue) = 240+71+102=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F04766 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04766 is #0FB899. Grayscale: #7D7D7D. Windows color (decimal): -1030298 or 6703088. OLE color: 6703088.

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

Color convert

RGB 240 71 102 -
CMYK 0 0.70 0.58 0.06
HSL 348.99º 0.85% 0.61% -
HSV(B) 348.99º 0.7% 0.94% -
XYZ 40.59 23.99 15.06 -
YUV 125.07 114.99 209.98 -
System Red Green Blue C M Y K H S L
Decimal 240 71 102 0 0.70 0.58 0.06 348.99 0.85 0.61
Hex F0 47 66 0 46 3A 6 15D 55 3D
Octal 360 107 146 0 106 72 6 535 125 75
Binary 11110000 1000111 1100110 0 1000110 111010 110 101011101 1010101 111101

Color Harmonies of #F04766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04766

Black with #F04766

Text Example


Text Example

White with #F04766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04766; }

 p { color: rgb(240,71,102); }

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

background-color css

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

 a { background-color: rgb(240,71,102); }

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

border-color css

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

 span { border-color: rgb(240,71,102); }

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