Html Css Color HEX #F3253E Alizarin

📋 copy color: '#F3253E'

red 243 ◦ green 37 ◦ blue 62

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

Shades of Alizarin #F3253E

Tints of Alizarin #F3253E

RGB

 RED value IS 243 (95.31% from 255) = 71.05%

 GREEN value IS 37 (14.84% from 255) = 10.82%

 BLUE value IS 62 (24.61% from 255) = 18.13%

R = 71.05%
G = 10.82%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F3253E (or 0xF3253E) is known color: Alizarin. HEX triplet: F3, 25 and 3E. RGB value is (243,37,62). Sum of RGB (Red+Green+Blue) = 243+37+62=342 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.05% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 243 - color contains mainly: red. Hex color #F3253E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3253E is #0CDAC1. Grayscale: #656565. Windows color (decimal): -842434 or 4072947. OLE color: 4072947.

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

Color convert

RGB 243 37 62 -
CMYK 0 0.85 0.74 0.05
HSL 352.72º 0.9% 0.55% -
HSV(B) 352.72º 0.85% 0.95% -
XYZ 38.49 20.73 6.53 -
YUV 101.44 105.75 228.97 -
System Red Green Blue C M Y K H S L
Decimal 243 37 62 0 0.85 0.74 0.05 352.72 0.9 0.55
Hex F3 25 3E 0 55 4A 5 161 5A 37
Octal 363 45 76 0 125 112 5 541 132 67
Binary 11110011 100101 111110 0 1010101 1001010 101 101100001 1011010 110111

Color Harmonies of #F3253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3253E

Black with #F3253E

Text Example


Text Example

White with #F3253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3253E; }

 p { color: rgb(243,37,62); }

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

background-color css

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

 a { background-color: rgb(243,37,62); }

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

border-color css

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

 span { border-color: rgb(243,37,62); }

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