Html Css Color HEX #FA2F3F Alizarin

📋 copy color: '#FA2F3F'

red 250 ◦ green 47 ◦ blue 63

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

Shades of Alizarin #FA2F3F

Tints of Alizarin #FA2F3F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.06%

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

R = 69.44%
G = 13.06%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA2F3F (or 0xFA2F3F) is known color: Alizarin. HEX triplet: FA, 2F and 3F. RGB value is (250,47,63). Sum of RGB (Red+Green+Blue) = 250+47+63=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2F3F is #05D0C0. Grayscale: #6D6D6D. Windows color (decimal): -381121 or 4141050. OLE color: 4141050.

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

Color convert

RGB 250 47 63 -
CMYK 0 0.81 0.75 0.02
HSL 355.27º 0.95% 0.58% -
HSV(B) 355.27º 0.81% 0.98% -
XYZ 41.34 22.72 6.91 -
YUV 109.52 101.75 228.2 -
System Red Green Blue C M Y K H S L
Decimal 250 47 63 0 0.81 0.75 0.02 355.27 0.95 0.58
Hex FA 2F 3F 0 51 4B 2 163 5F 3A
Octal 372 57 77 0 121 113 2 543 137 72
Binary 11111010 101111 111111 0 1010001 1001011 10 101100011 1011111 111010

Color Harmonies of #FA2F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2F3F

Black with #FA2F3F

Text Example


Text Example

White with #FA2F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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