Html Css Color HEX #FA2966 Radical Red

📋 copy color: '#FA2966'

red 250 ◦ green 41 ◦ blue 102

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

Shades of Radical Red #FA2966

Tints of Radical Red #FA2966

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.43%

 BLUE value IS 102 (40.23% from 255) = 25.95%

R = 63.61%
G = 10.43%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA2966 (or 0xFA2966) is known color: Radical Red. HEX triplet: FA, 29 and 66. RGB value is (250,41,102). Sum of RGB (Red+Green+Blue) = 250+41+102=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2966 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2966 is #05D699. Grayscale: #6E6E6E. Windows color (decimal): -382618 or 6695418. OLE color: 6695418.

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

Color convert

RGB 250 41 102 -
CMYK 0 0.84 0.59 0.02
HSL 342.49º 0.95% 0.57% -
HSV(B) 342.49º 0.84% 0.98% -
XYZ 42.62 22.87 14.74 -
YUV 110.45 123.24 227.54 -
System Red Green Blue C M Y K H S L
Decimal 250 41 102 0 0.84 0.59 0.02 342.49 0.95 0.57
Hex FA 29 66 0 54 3B 2 156 5F 39
Octal 372 51 146 0 124 73 2 526 137 71
Binary 11111010 101001 1100110 0 1010100 111011 10 101010110 1011111 111001

Color Harmonies of #FA2966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2966

Black with #FA2966

Text Example


Text Example

White with #FA2966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2966; }

 p { color: rgb(250,41,102); }

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

background-color css

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

 a { background-color: rgb(250,41,102); }

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

border-color css

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

 span { border-color: rgb(250,41,102); }

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