Html Css Color HEX #FA3F5E Radical Red

📋 copy color: '#FA3F5E'

red 250 ◦ green 63 ◦ blue 94

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

Shades of Radical Red #FA3F5E

Tints of Radical Red #FA3F5E

RGB

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

 GREEN value IS 63 (25% from 255) = 15.48%

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

R = 61.43%
G = 15.48%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA3F5E (or 0xFA3F5E) is known color: Radical Red. HEX triplet: FA, 3F and 5E. RGB value is (250,63,94). Sum of RGB (Red+Green+Blue) = 250+63+94=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3F5E is #05C0A1. Grayscale: #7A7A7A. Windows color (decimal): -376994 or 6176762. OLE color: 6176762.

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

Color convert

RGB 250 63 94 -
CMYK 0 0.75 0.62 0.02
HSL 350.05º 0.95% 0.61% -
HSV(B) 350.05º 0.75% 0.98% -
XYZ 43.22 24.69 13.08 -
YUV 122.45 111.95 218.98 -
System Red Green Blue C M Y K H S L
Decimal 250 63 94 0 0.75 0.62 0.02 350.05 0.95 0.61
Hex FA 3F 5E 0 4B 3E 2 15E 5F 3D
Octal 372 77 136 0 113 76 2 536 137 75
Binary 11111010 111111 1011110 0 1001011 111110 10 101011110 1011111 111101

Color Harmonies of #FA3F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3F5E

Black with #FA3F5E

Text Example


Text Example

White with #FA3F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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