Html Css Color HEX #FA454F Radical Red

📋 copy color: '#FA454F'

red 250 ◦ green 69 ◦ blue 79

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

Shades of Radical Red #FA454F

Tints of Radical Red #FA454F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.34%

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

R = 62.81%
G = 17.34%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA454F (or 0xFA454F) is known color: Radical Red. HEX triplet: FA, 45 and 4F. RGB value is (250,69,79). Sum of RGB (Red+Green+Blue) = 250+69+79=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA454F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA454F is #05BAB0. Grayscale: #7C7C7C. Windows color (decimal): -375473 or 5195258. OLE color: 5195258.

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

Color convert

RGB 250 69 79 -
CMYK 0 0.72 0.68 0.02
HSL 356.69º 0.95% 0.63% -
HSV(B) 356.69º 0.72% 0.98% -
XYZ 42.96 25.14 9.99 -
YUV 124.26 102.47 217.69 -
System Red Green Blue C M Y K H S L
Decimal 250 69 79 0 0.72 0.68 0.02 356.69 0.95 0.63
Hex FA 45 4F 0 48 44 2 165 5F 3F
Octal 372 105 117 0 110 104 2 545 137 77
Binary 11111010 1000101 1001111 0 1001000 1000100 10 101100101 1011111 111111

Color Harmonies of #FA454F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA454F

Black with #FA454F

Text Example


Text Example

White with #FA454F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA454F; }

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

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

background-color css

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

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

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

border-color css

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

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

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