Html Css Color HEX #F3383C Alizarin

📋 copy color: '#F3383C'

red 243 ◦ green 56 ◦ blue 60

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

Shades of Alizarin #F3383C

Tints of Alizarin #F3383C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.6%

 BLUE value IS 60 (23.83% from 255) = 16.71%

R = 67.69%
G = 15.6%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F3383C (or 0xF3383C) is known color: Alizarin. HEX triplet: F3, 38 and 3C. RGB value is (243,56,60). Sum of RGB (Red+Green+Blue) = 243+56+60=359 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.69% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 243 - color contains mainly: red. Hex color #F3383C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3383C is #0CC7C3. Grayscale: #707070. Windows color (decimal): -837572 or 3946739. OLE color: 3946739.

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

Color convert

RGB 243 56 60 -
CMYK 0 0.77 0.75 0.05
HSL 358.72º 0.89% 0.59% -
HSV(B) 358.72º 0.77% 0.95% -
XYZ 39.19 22.21 6.5 -
YUV 112.37 98.45 221.17 -
System Red Green Blue C M Y K H S L
Decimal 243 56 60 0 0.77 0.75 0.05 358.72 0.89 0.59
Hex F3 38 3C 0 4D 4B 5 167 59 3B
Octal 363 70 74 0 115 113 5 547 131 73
Binary 11110011 111000 111100 0 1001101 1001011 101 101100111 1011001 111011

Color Harmonies of #F3383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3383C

Black with #F3383C

Text Example


Text Example

White with #F3383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3383C; }

 p { color: rgb(243,56,60); }

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

background-color css

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

 a { background-color: rgb(243,56,60); }

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

border-color css

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

 span { border-color: rgb(243,56,60); }

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