Html Css Color HEX #F0416B Radical Red

📋 copy color: '#F0416B'

red 240 ◦ green 65 ◦ blue 107

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

Shades of Radical Red #F0416B

Tints of Radical Red #F0416B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.78%

 BLUE value IS 107 (42.19% from 255) = 25.97%

R = 58.25%
G = 15.78%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0416B (or 0xF0416B) is known color: Radical Red. HEX triplet: F0, 41 and 6B. RGB value is (240,65,107). Sum of RGB (Red+Green+Blue) = 240+65+107=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F0416B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0416B is #0FBE94. Grayscale: #7A7A7A. Windows color (decimal): -1031829 or 7029232. OLE color: 7029232.

HSL color Cylindrical-coordinate representation of color #F0416B: hue angle of 345.6º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0416B is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 65 107 -
CMYK 0 0.73 0.55 0.06
HSL 345.6º 0.85% 0.6% -
HSV(B) 345.6º 0.73% 0.94% -
XYZ 40.48 23.37 16.29 -
YUV 122.11 119.48 212.08 -
System Red Green Blue C M Y K H S L
Decimal 240 65 107 0 0.73 0.55 0.06 345.6 0.85 0.6
Hex F0 41 6B 0 49 37 6 15A 55 3C
Octal 360 101 153 0 111 67 6 532 125 74
Binary 11110000 1000001 1101011 0 1001001 110111 110 101011010 1010101 111100

Color Harmonies of #F0416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0416B

Black with #F0416B

Text Example


Text Example

White with #F0416B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0416B; }

 p { color: rgb(240,65,107); }

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

background-color css

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

 a { background-color: rgb(240,65,107); }

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

border-color css

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

 span { border-color: rgb(240,65,107); }

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