Html Css Color HEX #FA2D63 Radical Red

📋 copy color: '#FA2D63'

red 250 ◦ green 45 ◦ blue 99

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

Shades of Radical Red #FA2D63

Tints of Radical Red #FA2D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.13%

R = 63.45%
G = 11.42%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA2D63 (or 0xFA2D63) is known color: Radical Red. HEX triplet: FA, 2D and 63. RGB value is (250,45,99). Sum of RGB (Red+Green+Blue) = 250+45+99=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2D63 is #05D29C. Grayscale: #707070. Windows color (decimal): -381597 or 6499834. OLE color: 6499834.

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

Color convert

RGB 250 45 99 -
CMYK 0 0.82 0.60 0.02
HSL 344.2º 0.95% 0.58% -
HSV(B) 344.2º 0.82% 0.98% -
XYZ 42.61 23.1 14.02 -
YUV 112.45 120.42 226.11 -
System Red Green Blue C M Y K H S L
Decimal 250 45 99 0 0.82 0.60 0.02 344.2 0.95 0.58
Hex FA 2D 63 0 52 3C 2 158 5F 3A
Octal 372 55 143 0 122 74 2 530 137 72
Binary 11111010 101101 1100011 0 1010010 111100 10 101011000 1011111 111010

Color Harmonies of #FA2D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D63

Black with #FA2D63

Text Example


Text Example

White with #FA2D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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