Html Css Color HEX #FA4F5E Radical Red

📋 copy color: '#FA4F5E'

red 250 ◦ green 79 ◦ blue 94

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

Shades of Radical Red #FA4F5E

Tints of Radical Red #FA4F5E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.68%

 BLUE value IS 94 (37.11% from 255) = 22.22%

R = 59.1%
G = 18.68%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA4F5E (or 0xFA4F5E) is known color: Radical Red. HEX triplet: FA, 4F and 5E. RGB value is (250,79,94). Sum of RGB (Red+Green+Blue) = 250+79+94=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4F5E is #05B0A1. Grayscale: #838383. Windows color (decimal): -372898 or 6180858. OLE color: 6180858.

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

Color convert

RGB 250 79 94 -
CMYK 0 0.68 0.62 0.02
HSL 354.74º 0.94% 0.65% -
HSV(B) 354.74º 0.68% 0.98% -
XYZ 44.24 26.72 13.42 -
YUV 131.84 106.65 212.28 -
System Red Green Blue C M Y K H S L
Decimal 250 79 94 0 0.68 0.62 0.02 354.74 0.94 0.65
Hex FA 4F 5E 0 44 3E 2 163 5E 41
Octal 372 117 136 0 104 76 2 543 136 101
Binary 11111010 1001111 1011110 0 1000100 111110 10 101100011 1011110 1000001

Color Harmonies of #FA4F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4F5E

Black with #FA4F5E

Text Example


Text Example

White with #FA4F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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