Html Css Color HEX #F01748 Crimson

📋 copy color: '#F01748'

red 240 ◦ green 23 ◦ blue 72

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

Shades of Crimson #F01748

Tints of Crimson #F01748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.49%

R = 71.64%
G = 6.87%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#F01748 (or 0xF01748) is known color: Crimson. HEX triplet: F0, 17 and 48. RGB value is (240,23,72). Sum of RGB (Red+Green+Blue) = 240+23+72=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F01748 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01748 is #0FE8B7. Grayscale: #5D5D5D. Windows color (decimal): -1042616 or 4724720. OLE color: 4724720.

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

Color convert

RGB 240 23 72 -
CMYK 0 0.90 0.7 0.06
HSL 346.45º 0.88% 0.52% -
HSV(B) 346.45º 0.9% 0.94% -
XYZ 37.41 19.61 7.94 -
YUV 93.47 115.89 232.52 -
System Red Green Blue C M Y K H S L
Decimal 240 23 72 0 0.90 0.7 0.06 346.45 0.88 0.52
Hex F0 17 48 0 5A 46 6 15A 58 34
Octal 360 27 110 0 132 106 6 532 130 64
Binary 11110000 10111 1001000 0 1011010 1000110 110 101011010 1011000 110100

Color Harmonies of #F01748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01748

Black with #F01748

Text Example


Text Example

White with #F01748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01748; }

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

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

background-color css

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

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

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

border-color css

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

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

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