Html Css Color HEX #FA4C52 Radical Red

📋 copy color: '#FA4C52'

red 250 ◦ green 76 ◦ blue 82

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

Shades of Radical Red #FA4C52

Tints of Radical Red #FA4C52

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.63%

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

R = 61.27%
G = 18.63%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA4C52 (or 0xFA4C52) is known color: Radical Red. HEX triplet: FA, 4C and 52. RGB value is (250,76,82). Sum of RGB (Red+Green+Blue) = 250+76+82=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4C52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4C52 is #05B3AD. Grayscale: #808080. Windows color (decimal): -373678 or 5393658. OLE color: 5393658.

HSL color Cylindrical-coordinate representation of color #FA4C52: hue angle of 357.93º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4C52 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 76 82 -
CMYK 0 0.70 0.67 0.02
HSL 357.93º 0.95% 0.64% -
HSV(B) 357.93º 0.7% 0.98% -
XYZ 43.53 26.1 10.73 -
YUV 128.71 101.65 214.51 -
System Red Green Blue C M Y K H S L
Decimal 250 76 82 0 0.70 0.67 0.02 357.93 0.95 0.64
Hex FA 4C 52 0 46 43 2 166 5F 40
Octal 372 114 122 0 106 103 2 546 137 100
Binary 11111010 1001100 1010010 0 1000110 1000011 10 101100110 1011111 1000000

Color Harmonies of #FA4C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4C52

Black with #FA4C52

Text Example


Text Example

White with #FA4C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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