Html Css Color HEX #FA3A66 Radical Red

📋 copy color: '#FA3A66'

red 250 ◦ green 58 ◦ blue 102

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

Shades of Radical Red #FA3A66

Tints of Radical Red #FA3A66

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.15%

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

R = 60.98%
G = 14.15%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA3A66 (or 0xFA3A66) is known color: Radical Red. HEX triplet: FA, 3A and 66. RGB value is (250,58,102). Sum of RGB (Red+Green+Blue) = 250+58+102=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3A66 is #05C599. Grayscale: #787878. Windows color (decimal): -378266 or 6699770. OLE color: 6699770.

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

Color convert

RGB 250 58 102 -
CMYK 0 0.77 0.59 0.02
HSL 346.25º 0.95% 0.6% -
HSV(B) 346.25º 0.77% 0.98% -
XYZ 43.34 24.31 14.98 -
YUV 120.42 117.61 220.42 -
System Red Green Blue C M Y K H S L
Decimal 250 58 102 0 0.77 0.59 0.02 346.25 0.95 0.6
Hex FA 3A 66 0 4D 3B 2 15A 5F 3C
Octal 372 72 146 0 115 73 2 532 137 74
Binary 11111010 111010 1100110 0 1001101 111011 10 101011010 1011111 111100

Color Harmonies of #FA3A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A66

Black with #FA3A66

Text Example


Text Example

White with #FA3A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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