Html Css Color HEX #F2350A Scarlet

📋 copy color: '#F2350A'

red 242 ◦ green 53 ◦ blue 10

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

Shades of Scarlet #F2350A

Tints of Scarlet #F2350A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.38%

 BLUE value IS 10 (4.3% from 255) = 3.28%

R = 79.34%
G = 17.38%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2350A (or 0xF2350A) is known color: Scarlet. HEX triplet: F2, 35 and 0A. RGB value is (242,53,10). Sum of RGB (Red+Green+Blue) = 242+53+10=305 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.34% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 242 - color contains mainly: red. Hex color #F2350A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2350A is #0DCAF5. Grayscale: #686868. Windows color (decimal): -903926 or 669170. OLE color: 669170.

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

Color convert

RGB 242 53 10 -
CMYK 0 0.78 0.96 0.05
HSL 11.12º 0.92% 0.49% -
HSV(B) 11.12º 0.96% 0.95% -
XYZ 37.95 21.45 2.43 -
YUV 104.61 74.62 226 -
System Red Green Blue C M Y K H S L
Decimal 242 53 10 0 0.78 0.96 0.05 11.12 0.92 0.49
Hex F2 35 A 0 4E 60 5 B 5C 31
Octal 362 65 12 0 116 140 5 13 134 61
Binary 11110010 110101 1010 0 1001110 1100000 101 1011 1011100 110001

Color Harmonies of #F2350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2350A

Black with #F2350A

Text Example


Text Example

White with #F2350A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2350A; }

 p { color: rgb(242,53,10); }

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

background-color css

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

 a { background-color: rgb(242,53,10); }

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

border-color css

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

 span { border-color: rgb(242,53,10); }

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