Html Css Color HEX #FA2D57 Radical Red

📋 copy color: '#FA2D57'

red 250 ◦ green 45 ◦ blue 87

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

Shades of Radical Red #FA2D57

Tints of Radical Red #FA2D57

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.78%

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

R = 65.45%
G = 11.78%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA2D57 (or 0xFA2D57) is known color: Radical Red. HEX triplet: FA, 2D and 57. RGB value is (250,45,87). Sum of RGB (Red+Green+Blue) = 250+45+87=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2D57 is #05D2A8. Grayscale: #6F6F6F. Windows color (decimal): -381609 or 5713402. OLE color: 5713402.

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

Color convert

RGB 250 45 87 -
CMYK 0 0.82 0.65 0.02
HSL 347.71º 0.95% 0.58% -
HSV(B) 347.71º 0.82% 0.98% -
XYZ 42.08 22.89 11.22 -
YUV 111.08 114.42 227.08 -
System Red Green Blue C M Y K H S L
Decimal 250 45 87 0 0.82 0.65 0.02 347.71 0.95 0.58
Hex FA 2D 57 0 52 41 2 15C 5F 3A
Octal 372 55 127 0 122 101 2 534 137 72
Binary 11111010 101101 1010111 0 1010010 1000001 10 101011100 1011111 111010

Color Harmonies of #FA2D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D57

Black with #FA2D57

Text Example


Text Example

White with #FA2D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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