Html Css Color HEX #FA4057 Radical Red

📋 copy color: '#FA4057'

red 250 ◦ green 64 ◦ blue 87

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

Shades of Radical Red #FA4057

Tints of Radical Red #FA4057

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.96%

 BLUE value IS 87 (34.38% from 255) = 21.7%

R = 62.34%
G = 15.96%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA4057 (or 0xFA4057) is known color: Radical Red. HEX triplet: FA, 40 and 57. RGB value is (250,64,87). Sum of RGB (Red+Green+Blue) = 250+64+87=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4057 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4057 is #05BFA8. Grayscale: #7A7A7A. Windows color (decimal): -376745 or 5718266. OLE color: 5718266.

HSL color Cylindrical-coordinate representation of color #FA4057: hue angle of 352.58º 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 #FA4057 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 64 87 -
CMYK 0 0.74 0.65 0.02
HSL 352.58º 0.95% 0.62% -
HSV(B) 352.58º 0.74% 0.98% -
XYZ 42.98 24.68 11.52 -
YUV 122.24 108.12 219.13 -
System Red Green Blue C M Y K H S L
Decimal 250 64 87 0 0.74 0.65 0.02 352.58 0.95 0.62
Hex FA 40 57 0 4A 41 2 161 5F 3E
Octal 372 100 127 0 112 101 2 541 137 76
Binary 11111010 1000000 1010111 0 1001010 1000001 10 101100001 1011111 111110

Color Harmonies of #FA4057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4057

Black with #FA4057

Text Example


Text Example

White with #FA4057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4057; }

 p { color: rgb(250,64,87); }

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

background-color css

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

 a { background-color: rgb(250,64,87); }

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

border-color css

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

 span { border-color: rgb(250,64,87); }

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