Html Css Color HEX #FA434E Radical Red

📋 copy color: '#FA434E'

red 250 ◦ green 67 ◦ blue 78

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

Shades of Radical Red #FA434E

Tints of Radical Red #FA434E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.96%

 BLUE value IS 78 (30.86% from 255) = 19.75%

R = 63.29%
G = 16.96%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FA434E (or 0xFA434E) is known color: Radical Red. HEX triplet: FA, 43 and 4E. RGB value is (250,67,78). Sum of RGB (Red+Green+Blue) = 250+67+78=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA434E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA434E is #05BCB1. Grayscale: #7B7B7B. Windows color (decimal): -375986 or 5129210. OLE color: 5129210.

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

Color convert

RGB 250 67 78 -
CMYK 0 0.73 0.69 0.02
HSL 356.39º 0.95% 0.62% -
HSV(B) 356.39º 0.73% 0.98% -
XYZ 42.81 24.89 9.76 -
YUV 122.97 102.63 218.61 -
System Red Green Blue C M Y K H S L
Decimal 250 67 78 0 0.73 0.69 0.02 356.39 0.95 0.62
Hex FA 43 4E 0 49 45 2 164 5F 3E
Octal 372 103 116 0 111 105 2 544 137 76
Binary 11111010 1000011 1001110 0 1001001 1000101 10 101100100 1011111 111110

Color Harmonies of #FA434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA434E

Black with #FA434E

Text Example


Text Example

White with #FA434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA434E; }

 p { color: rgb(250,67,78); }

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

background-color css

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

 a { background-color: rgb(250,67,78); }

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

border-color css

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

 span { border-color: rgb(250,67,78); }

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