Html Css Color HEX #FA3748 Radical Red

📋 copy color: '#FA3748'

red 250 ◦ green 55 ◦ blue 72

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

Shades of Radical Red #FA3748

Tints of Radical Red #FA3748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.59%

 BLUE value IS 72 (28.52% from 255) = 19.1%

R = 66.31%
G = 14.59%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FA3748 (or 0xFA3748) is known color: Radical Red. HEX triplet: FA, 37 and 48. RGB value is (250,55,72). Sum of RGB (Red+Green+Blue) = 250+55+72=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3748 is #05C8B7. Grayscale: #737373. Windows color (decimal): -379064 or 4732922. OLE color: 4732922.

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

Color convert

RGB 250 55 72 -
CMYK 0 0.78 0.71 0.02
HSL 354.77º 0.95% 0.6% -
HSV(B) 354.77º 0.78% 0.98% -
XYZ 41.96 23.52 8.46 -
YUV 115.24 103.6 224.12 -
System Red Green Blue C M Y K H S L
Decimal 250 55 72 0 0.78 0.71 0.02 354.77 0.95 0.6
Hex FA 37 48 0 4E 47 2 163 5F 3C
Octal 372 67 110 0 116 107 2 543 137 74
Binary 11111010 110111 1001000 0 1001110 1000111 10 101100011 1011111 111100

Color Harmonies of #FA3748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3748

Black with #FA3748

Text Example


Text Example

White with #FA3748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3748; }

 p { color: rgb(250,55,72); }

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

background-color css

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

 a { background-color: rgb(250,55,72); }

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

border-color css

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

 span { border-color: rgb(250,55,72); }

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