Html Css Color HEX #F01247 Crimson

📋 copy color: '#F01247'

red 240 ◦ green 18 ◦ blue 71

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

Shades of Crimson #F01247

Tints of Crimson #F01247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.47%

 BLUE value IS 71 (28.13% from 255) = 21.58%

R = 72.95%
G = 5.47%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F01247 (or 0xF01247) is known color: Crimson. HEX triplet: F0, 12 and 47. RGB value is (240,18,71). Sum of RGB (Red+Green+Blue) = 240+18+71=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F01247 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01247 is #0FEDB8. Grayscale: #5A5A5A. Windows color (decimal): -1043897 or 4657904. OLE color: 4657904.

HSL color Cylindrical-coordinate representation of color #F01247: hue angle of 345.68º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01247 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 18 71 -
CMYK 0 0.92 0.70 0.06
HSL 345.68º 0.88% 0.51% -
HSV(B) 345.68º 0.93% 0.94% -
XYZ 37.29 19.41 7.74 -
YUV 90.42 117.05 234.69 -
System Red Green Blue C M Y K H S L
Decimal 240 18 71 0 0.92 0.70 0.06 345.68 0.88 0.51
Hex F0 12 47 0 5C 46 6 15A 58 33
Octal 360 22 107 0 134 106 6 532 130 63
Binary 11110000 10010 1000111 0 1011100 1000110 110 101011010 1011000 110011

Color Harmonies of #F01247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01247

Black with #F01247

Text Example


Text Example

White with #F01247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01247; }

 p { color: rgb(240,18,71); }

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

background-color css

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

 a { background-color: rgb(240,18,71); }

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

border-color css

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

 span { border-color: rgb(240,18,71); }

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