Html Css Color HEX #FA3652 Radical Red

📋 copy color: '#FA3652'

red 250 ◦ green 54 ◦ blue 82

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

Shades of Radical Red #FA3652

Tints of Radical Red #FA3652

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.99%

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

R = 64.77%
G = 13.99%
B = 21.24%

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

#FA3652 (or 0xFA3652) is known color: Radical Red. HEX triplet: FA, 36 and 52. RGB value is (250,54,82). Sum of RGB (Red+Green+Blue) = 250+54+82=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3652 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3652 is #05C9AD. Grayscale: #737373. Windows color (decimal): -379310 or 5388026. OLE color: 5388026.

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

Color convert

RGB 250 54 82 -
CMYK 0 0.78 0.67 0.02
HSL 351.43º 0.95% 0.6% -
HSV(B) 351.43º 0.78% 0.98% -
XYZ 42.27 23.57 10.3 -
YUV 115.8 108.93 223.72 -
System Red Green Blue C M Y K H S L
Decimal 250 54 82 0 0.78 0.67 0.02 351.43 0.95 0.6
Hex FA 36 52 0 4E 43 2 15F 5F 3C
Octal 372 66 122 0 116 103 2 537 137 74
Binary 11111010 110110 1010010 0 1001110 1000011 10 101011111 1011111 111100

Color Harmonies of #FA3652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3652

Black with #FA3652

Text Example


Text Example

White with #FA3652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3652; }

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

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

background-color css

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

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

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

border-color css

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

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

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