Html Css Color HEX #FA3D4E Radical Red

📋 copy color: '#FA3D4E'

red 250 ◦ green 61 ◦ blue 78

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

Shades of Radical Red #FA3D4E

Tints of Radical Red #FA3D4E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.68%

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

R = 64.27%
G = 15.68%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FA3D4E (or 0xFA3D4E) is known color: Radical Red. HEX triplet: FA, 3D and 4E. RGB value is (250,61,78). Sum of RGB (Red+Green+Blue) = 250+61+78=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3D4E is #05C2B1. Grayscale: #777777. Windows color (decimal): -377522 or 5127674. OLE color: 5127674.

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

Color convert

RGB 250 61 78 -
CMYK 0 0.76 0.69 0.02
HSL 354.6º 0.95% 0.61% -
HSV(B) 354.6º 0.76% 0.98% -
XYZ 42.47 24.21 9.64 -
YUV 119.45 104.62 221.12 -
System Red Green Blue C M Y K H S L
Decimal 250 61 78 0 0.76 0.69 0.02 354.6 0.95 0.61
Hex FA 3D 4E 0 4C 45 2 163 5F 3D
Octal 372 75 116 0 114 105 2 543 137 75
Binary 11111010 111101 1001110 0 1001100 1000101 10 101100011 1011111 111101

Color Harmonies of #FA3D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3D4E

Black with #FA3D4E

Text Example


Text Example

White with #FA3D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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