Html Css Color HEX #FA2D5D Radical Red

📋 copy color: '#FA2D5D'

red 250 ◦ green 45 ◦ blue 93

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

Shades of Radical Red #FA2D5D

Tints of Radical Red #FA2D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.97%

R = 64.43%
G = 11.6%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA2D5D (or 0xFA2D5D) is known color: Radical Red. HEX triplet: FA, 2D and 5D. RGB value is (250,45,93). Sum of RGB (Red+Green+Blue) = 250+45+93=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2D5D is #05D2A2. Grayscale: #6F6F6F. Windows color (decimal): -381603 or 6106618. OLE color: 6106618.

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

Color convert

RGB 250 45 93 -
CMYK 0 0.82 0.63 0.02
HSL 345.95º 0.95% 0.58% -
HSV(B) 345.95º 0.82% 0.98% -
XYZ 42.34 22.99 12.56 -
YUV 111.77 117.42 226.6 -
System Red Green Blue C M Y K H S L
Decimal 250 45 93 0 0.82 0.63 0.02 345.95 0.95 0.58
Hex FA 2D 5D 0 52 3F 2 15A 5F 3A
Octal 372 55 135 0 122 77 2 532 137 72
Binary 11111010 101101 1011101 0 1010010 111111 10 101011010 1011111 111010

Color Harmonies of #FA2D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D5D

Black with #FA2D5D

Text Example


Text Example

White with #FA2D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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