Html Css Color HEX #FA4D4F Radical Red

📋 copy color: '#FA4D4F'

red 250 ◦ green 77 ◦ blue 79

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

Shades of Radical Red #FA4D4F

Tints of Radical Red #FA4D4F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.97%

 BLUE value IS 79 (31.25% from 255) = 19.46%

R = 61.58%
G = 18.97%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA4D4F (or 0xFA4D4F) is known color: Radical Red. HEX triplet: FA, 4D and 4F. RGB value is (250,77,79). Sum of RGB (Red+Green+Blue) = 250+77+79=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4D4F is #05B2B0. Grayscale: #818181. Windows color (decimal): -373425 or 5197306. OLE color: 5197306.

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

Color convert

RGB 250 77 79 -
CMYK 0 0.69 0.68 0.02
HSL 359.31º 0.95% 0.64% -
HSV(B) 359.31º 0.69% 0.98% -
XYZ 43.49 26.2 10.16 -
YUV 128.96 99.81 214.34 -
System Red Green Blue C M Y K H S L
Decimal 250 77 79 0 0.69 0.68 0.02 359.31 0.95 0.64
Hex FA 4D 4F 0 45 44 2 167 5F 40
Octal 372 115 117 0 105 104 2 547 137 100
Binary 11111010 1001101 1001111 0 1000101 1000100 10 101100111 1011111 1000000

Color Harmonies of #FA4D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4D4F

Black with #FA4D4F

Text Example


Text Example

White with #FA4D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4D4F; }

 p { color: rgb(250,77,79); }

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

background-color css

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

 a { background-color: rgb(250,77,79); }

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

border-color css

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

 span { border-color: rgb(250,77,79); }

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