Html Css Color HEX #FA2F41 Alizarin

📋 copy color: '#FA2F41'

red 250 ◦ green 47 ◦ blue 65

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

Shades of Alizarin #FA2F41

Tints of Alizarin #FA2F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.96%

R = 69.06%
G = 12.98%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA2F41 (or 0xFA2F41) is known color: Alizarin. HEX triplet: FA, 2F and 41. RGB value is (250,47,65). Sum of RGB (Red+Green+Blue) = 250+47+65=362 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.06% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2F41 is #05D0BE. Grayscale: #6D6D6D. Windows color (decimal): -381119 or 4272122. OLE color: 4272122.

HSL color Cylindrical-coordinate representation of color #FA2F41: hue angle of 354.68º 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 #FA2F41 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 47 65 -
CMYK 0 0.81 0.74 0.02
HSL 354.68º 0.95% 0.58% -
HSV(B) 354.68º 0.81% 0.98% -
XYZ 41.39 22.74 7.21 -
YUV 109.75 102.75 228.04 -
System Red Green Blue C M Y K H S L
Decimal 250 47 65 0 0.81 0.74 0.02 354.68 0.95 0.58
Hex FA 2F 41 0 51 4A 2 163 5F 3A
Octal 372 57 101 0 121 112 2 543 137 72
Binary 11111010 101111 1000001 0 1010001 1001010 10 101100011 1011111 111010

Color Harmonies of #FA2F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2F41

Black with #FA2F41

Text Example


Text Example

White with #FA2F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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