Html Css Color HEX #FA3752 Radical Red

📋 copy color: '#FA3752'

red 250 ◦ green 55 ◦ blue 82

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

Shades of Radical Red #FA3752

Tints of Radical Red #FA3752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.19%

R = 64.6%
G = 14.21%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA3752 (or 0xFA3752) is known color: Radical Red. HEX triplet: FA, 37 and 52. RGB value is (250,55,82). Sum of RGB (Red+Green+Blue) = 250+55+82=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3752 is #05C8AD. Grayscale: #747474. Windows color (decimal): -379054 or 5388282. OLE color: 5388282.

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

Color convert

RGB 250 55 82 -
CMYK 0 0.78 0.67 0.02
HSL 351.69º 0.95% 0.6% -
HSV(B) 351.69º 0.78% 0.98% -
XYZ 42.31 23.67 10.32 -
YUV 116.38 108.6 223.3 -
System Red Green Blue C M Y K H S L
Decimal 250 55 82 0 0.78 0.67 0.02 351.69 0.95 0.6
Hex FA 37 52 0 4E 43 2 160 5F 3C
Octal 372 67 122 0 116 103 2 540 137 74
Binary 11111010 110111 1010010 0 1001110 1000011 10 101100000 1011111 111100

Color Harmonies of #FA3752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3752

Black with #FA3752

Text Example


Text Example

White with #FA3752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3752; }

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

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

background-color css

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

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

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

border-color css

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

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

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