Html Css Color HEX #FA424F Radical Red

📋 copy color: '#FA424F'

red 250 ◦ green 66 ◦ blue 79

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

Shades of Radical Red #FA424F

Tints of Radical Red #FA424F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.71%

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

R = 63.29%
G = 16.71%
B = 20%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA424F (or 0xFA424F) is known color: Radical Red. HEX triplet: FA, 42 and 4F. RGB value is (250,66,79). Sum of RGB (Red+Green+Blue) = 250+66+79=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA424F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA424F is #05BDB0. Grayscale: #7A7A7A. Windows color (decimal): -376241 or 5194490. OLE color: 5194490.

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

Color convert

RGB 250 66 79 -
CMYK 0 0.74 0.68 0.02
HSL 355.76º 0.95% 0.62% -
HSV(B) 355.76º 0.74% 0.98% -
XYZ 42.78 24.78 9.93 -
YUV 122.5 103.46 218.94 -
System Red Green Blue C M Y K H S L
Decimal 250 66 79 0 0.74 0.68 0.02 355.76 0.95 0.62
Hex FA 42 4F 0 4A 44 2 164 5F 3E
Octal 372 102 117 0 112 104 2 544 137 76
Binary 11111010 1000010 1001111 0 1001010 1000100 10 101100100 1011111 111110

Color Harmonies of #FA424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA424F

Black with #FA424F

Text Example


Text Example

White with #FA424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA424F; }

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

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

background-color css

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

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

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

border-color css

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

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

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