Html Css Color HEX #FA2D66 Radical Red

📋 copy color: '#FA2D66'

red 250 ◦ green 45 ◦ blue 102

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

Shades of Radical Red #FA2D66

Tints of Radical Red #FA2D66

RGB

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

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

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

R = 62.97%
G = 11.34%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA2D66 (or 0xFA2D66) is known color: Radical Red. HEX triplet: FA, 2D and 66. RGB value is (250,45,102). Sum of RGB (Red+Green+Blue) = 250+45+102=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2D66 is #05D299. Grayscale: #707070. Windows color (decimal): -381594 or 6696442. OLE color: 6696442.

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

Color convert

RGB 250 45 102 -
CMYK 0 0.82 0.59 0.02
HSL 343.32º 0.95% 0.58% -
HSV(B) 343.32º 0.82% 0.98% -
XYZ 42.76 23.16 14.79 -
YUV 112.79 121.92 225.87 -
System Red Green Blue C M Y K H S L
Decimal 250 45 102 0 0.82 0.59 0.02 343.32 0.95 0.58
Hex FA 2D 66 0 52 3B 2 157 5F 3A
Octal 372 55 146 0 122 73 2 527 137 72
Binary 11111010 101101 1100110 0 1010010 111011 10 101010111 1011111 111010

Color Harmonies of #FA2D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D66

Black with #FA2D66

Text Example


Text Example

White with #FA2D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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