Html Css Color HEX #F2150C Scarlet

📋 copy color: '#F2150C'

red 242 ◦ green 21 ◦ blue 12

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

Shades of Scarlet #F2150C

Tints of Scarlet #F2150C

RGB

 RED value IS 242 (94.92% from 255) = 88%

 GREEN value IS 21 (8.59% from 255) = 7.64%

 BLUE value IS 12 (5.08% from 255) = 4.36%

R = 88%
G = 7.64%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2150C (or 0xF2150C) is known color: Scarlet. HEX triplet: F2, 15 and 0C. RGB value is (242,21,12). Sum of RGB (Red+Green+Blue) = 242+21+12=275 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 242 - color contains mainly: red. Hex color #F2150C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2150C is #0DEAF3. Grayscale: #565656. Windows color (decimal): -912116 or 792050. OLE color: 792050.

HSL color Cylindrical-coordinate representation of color #F2150C: hue angle of 2.35º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2150C is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 21 12 -
CMYK 0 0.91 0.95 0.05
HSL 2.35º 0.91% 0.5% -
HSV(B) 2.35º 0.95% 0.95% -
XYZ 36.95 19.44 2.15 -
YUV 86.05 86.22 239.23 -
System Red Green Blue C M Y K H S L
Decimal 242 21 12 0 0.91 0.95 0.05 2.35 0.91 0.5
Hex F2 15 C 0 5B 5F 5 2 5B 32
Octal 362 25 14 0 133 137 5 2 133 62
Binary 11110010 10101 1100 0 1011011 1011111 101 10 1011011 110010

Color Harmonies of #F2150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2150C

Black with #F2150C

Text Example


Text Example

White with #F2150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2150C; }

 p { color: rgb(242,21,12); }

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

background-color css

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

 a { background-color: rgb(242,21,12); }

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

border-color css

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

 span { border-color: rgb(242,21,12); }

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