Html Css Color HEX #F0475C Radical Red

📋 copy color: '#F0475C'

red 240 ◦ green 71 ◦ blue 92

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

Shades of Radical Red #F0475C

Tints of Radical Red #F0475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.83%

R = 59.55%
G = 17.62%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0475C (or 0xF0475C) is known color: Radical Red. HEX triplet: F0, 47 and 5C. RGB value is (240,71,92). Sum of RGB (Red+Green+Blue) = 240+71+92=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F0475C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0475C is #0FB8A3. Grayscale: #7C7C7C. Windows color (decimal): -1030308 or 6047728. OLE color: 6047728.

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

Color convert

RGB 240 71 92 -
CMYK 0 0.70 0.62 0.06
HSL 352.54º 0.85% 0.61% -
HSV(B) 352.54º 0.7% 0.94% -
XYZ 40.12 23.8 12.61 -
YUV 123.93 109.99 210.79 -
System Red Green Blue C M Y K H S L
Decimal 240 71 92 0 0.70 0.62 0.06 352.54 0.85 0.61
Hex F0 47 5C 0 46 3E 6 161 55 3D
Octal 360 107 134 0 106 76 6 541 125 75
Binary 11110000 1000111 1011100 0 1000110 111110 110 101100001 1010101 111101

Color Harmonies of #F0475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0475C

Black with #F0475C

Text Example


Text Example

White with #F0475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0475C; }

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

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

background-color css

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

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

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

border-color css

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

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

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