Html Css Color HEX #F0455A Radical Red

📋 copy color: '#F0455A'

red 240 ◦ green 69 ◦ blue 90

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

Shades of Radical Red #F0455A

Tints of Radical Red #F0455A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.56%

R = 60.15%
G = 17.29%
B = 22.56%

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

#F0455A (or 0xF0455A) is known color: Radical Red. HEX triplet: F0, 45 and 5A. RGB value is (240,69,90). Sum of RGB (Red+Green+Blue) = 240+69+90=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F0455A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0455A is #0FBAA5. Grayscale: #7A7A7A. Windows color (decimal): -1030822 or 5916144. OLE color: 5916144.

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

Color convert

RGB 240 69 90 -
CMYK 0 0.71 0.62 0.06
HSL 352.63º 0.85% 0.61% -
HSV(B) 352.63º 0.71% 0.94% -
XYZ 39.91 23.52 12.11 -
YUV 122.52 109.65 211.79 -
System Red Green Blue C M Y K H S L
Decimal 240 69 90 0 0.71 0.62 0.06 352.63 0.85 0.61
Hex F0 45 5A 0 47 3E 6 161 55 3D
Octal 360 105 132 0 107 76 6 541 125 75
Binary 11110000 1000101 1011010 0 1000111 111110 110 101100001 1010101 111101

Color Harmonies of #F0455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0455A

Black with #F0455A

Text Example


Text Example

White with #F0455A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0455A; }

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

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

background-color css

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

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

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

border-color css

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

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

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