Html Css Color HEX #F0465B Radical Red

📋 copy color: '#F0465B'

red 240 ◦ green 70 ◦ blue 91

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

Shades of Radical Red #F0465B

Tints of Radical Red #F0465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.46%

 BLUE value IS 91 (35.94% from 255) = 22.69%

R = 59.85%
G = 17.46%
B = 22.69%

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

#F0465B (or 0xF0465B) is known color: Radical Red. HEX triplet: F0, 46 and 5B. RGB value is (240,70,91). Sum of RGB (Red+Green+Blue) = 240+70+91=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0465B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0465B is #0FB9A4. Grayscale: #7B7B7B. Windows color (decimal): -1030565 or 5981936. OLE color: 5981936.

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

Color convert

RGB 240 70 91 -
CMYK 0 0.71 0.62 0.06
HSL 352.59º 0.85% 0.61% -
HSV(B) 352.59º 0.71% 0.94% -
XYZ 40.01 23.66 12.36 -
YUV 123.22 109.82 211.29 -
System Red Green Blue C M Y K H S L
Decimal 240 70 91 0 0.71 0.62 0.06 352.59 0.85 0.61
Hex F0 46 5B 0 47 3E 6 161 55 3D
Octal 360 106 133 0 107 76 6 541 125 75
Binary 11110000 1000110 1011011 0 1000111 111110 110 101100001 1010101 111101

Color Harmonies of #F0465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0465B

Black with #F0465B

Text Example


Text Example

White with #F0465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0465B; }

 p { color: rgb(240,70,91); }

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

background-color css

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

 a { background-color: rgb(240,70,91); }

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

border-color css

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

 span { border-color: rgb(240,70,91); }

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