Html Css Color HEX #F0455C Radical Red

📋 copy color: '#F0455C'

red 240 ◦ green 69 ◦ blue 92

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

Shades of Radical Red #F0455C

Tints of Radical Red #F0455C

RGB

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

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

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

R = 59.85%
G = 17.21%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0455C (or 0xF0455C) is known color: Radical Red. HEX triplet: F0, 45 and 5C. RGB value is (240,69,92). Sum of RGB (Red+Green+Blue) = 240+69+92=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0455C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0455C is #0FBAA3. Grayscale: #7A7A7A. Windows color (decimal): -1030820 or 6047216. OLE color: 6047216.

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

Color convert

RGB 240 69 92 -
CMYK 0 0.71 0.62 0.06
HSL 351.93º 0.85% 0.61% -
HSV(B) 351.93º 0.71% 0.94% -
XYZ 40 23.55 12.56 -
YUV 122.75 110.65 211.63 -
System Red Green Blue C M Y K H S L
Decimal 240 69 92 0 0.71 0.62 0.06 351.93 0.85 0.61
Hex F0 45 5C 0 47 3E 6 160 55 3D
Octal 360 105 134 0 107 76 6 540 125 75
Binary 11110000 1000101 1011100 0 1000111 111110 110 101100000 1010101 111101

Color Harmonies of #F0455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0455C

Black with #F0455C

Text Example


Text Example

White with #F0455C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0455C; }

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

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

background-color css

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

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

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

border-color css

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

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

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