Html Css Color HEX #FA383F Alizarin

📋 copy color: '#FA383F'

red 250 ◦ green 56 ◦ blue 63

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

Shades of Alizarin #FA383F

Tints of Alizarin #FA383F

RGB

 RED value IS 250 (98.05% from 255) = 67.75%

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

 BLUE value IS 63 (25% from 255) = 17.07%

R = 67.75%
G = 15.18%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA383F (or 0xFA383F) is known color: Alizarin. HEX triplet: FA, 38 and 3F. RGB value is (250,56,63). Sum of RGB (Red+Green+Blue) = 250+56+63=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA383F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA383F is #05C7C0. Grayscale: #727272. Windows color (decimal): -378817 or 4143354. OLE color: 4143354.

HSL color Cylindrical-coordinate representation of color #FA383F: hue angle of 357.84º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA383F is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 56 63 -
CMYK 0 0.78 0.75 0.02
HSL 357.84º 0.95% 0.6% -
HSV(B) 357.84º 0.78% 0.98% -
XYZ 41.74 23.51 7.04 -
YUV 114.8 98.77 224.43 -
System Red Green Blue C M Y K H S L
Decimal 250 56 63 0 0.78 0.75 0.02 357.84 0.95 0.6
Hex FA 38 3F 0 4E 4B 2 166 5F 3C
Octal 372 70 77 0 116 113 2 546 137 74
Binary 11111010 111000 111111 0 1001110 1001011 10 101100110 1011111 111100

Color Harmonies of #FA383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA383F

Black with #FA383F

Text Example


Text Example

White with #FA383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA383F; }

 p { color: rgb(250,56,63); }

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

background-color css

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

 a { background-color: rgb(250,56,63); }

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

border-color css

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

 span { border-color: rgb(250,56,63); }

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