Html Css Color HEX #F0413A Cinnabar

📋 copy color: '#F0413A'

red 240 ◦ green 65 ◦ blue 58

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

Shades of Cinnabar #F0413A

Tints of Cinnabar #F0413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.98%

R = 66.12%
G = 17.91%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F0413A (or 0xF0413A) is known color: Cinnabar. HEX triplet: F0, 41 and 3A. RGB value is (240,65,58). Sum of RGB (Red+Green+Blue) = 240+65+58=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F0413A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0413A is #0FBEC5. Grayscale: #747474. Windows color (decimal): -1031878 or 3817968. OLE color: 3817968.

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

Color convert

RGB 240 65 58 -
CMYK 0 0.73 0.76 0.06
HSL 2.31º 0.86% 0.58% -
HSV(B) 2.31º 0.76% 0.94% -
XYZ 38.59 22.61 6.33 -
YUV 116.53 94.98 216.07 -
System Red Green Blue C M Y K H S L
Decimal 240 65 58 0 0.73 0.76 0.06 2.31 0.86 0.58
Hex F0 41 3A 0 49 4C 6 2 56 3A
Octal 360 101 72 0 111 114 6 2 126 72
Binary 11110000 1000001 111010 0 1001001 1001100 110 10 1010110 111010

Color Harmonies of #F0413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0413A

Black with #F0413A

Text Example


Text Example

White with #F0413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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