Html Css Color HEX #F01746 Crimson

📋 copy color: '#F01746'

red 240 ◦ green 23 ◦ blue 70

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

Shades of Crimson #F01746

Tints of Crimson #F01746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.91%

 BLUE value IS 70 (27.73% from 255) = 21.02%

R = 72.07%
G = 6.91%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F01746 (or 0xF01746) is known color: Crimson. HEX triplet: F0, 17 and 46. RGB value is (240,23,70). Sum of RGB (Red+Green+Blue) = 240+23+70=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F01746 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01746 is #0FE8B9. Grayscale: #5D5D5D. Windows color (decimal): -1042618 or 4593648. OLE color: 4593648.

HSL color Cylindrical-coordinate representation of color #F01746: hue angle of 347º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01746 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 23 70 -
CMYK 0 0.90 0.71 0.06
HSL 347º 0.88% 0.52% -
HSV(B) 347º 0.9% 0.94% -
XYZ 37.35 19.58 7.61 -
YUV 93.24 114.89 232.68 -
System Red Green Blue C M Y K H S L
Decimal 240 23 70 0 0.90 0.71 0.06 347 0.88 0.52
Hex F0 17 46 0 5A 47 6 15B 58 34
Octal 360 27 106 0 132 107 6 533 130 64
Binary 11110000 10111 1000110 0 1011010 1000111 110 101011011 1011000 110100

Color Harmonies of #F01746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01746

Black with #F01746

Text Example


Text Example

White with #F01746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01746; }

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

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

background-color css

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

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

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

border-color css

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

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

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