Html Css Color HEX #FA3466 Radical Red

📋 copy color: '#FA3466'

red 250 ◦ green 52 ◦ blue 102

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

Shades of Radical Red #FA3466

Tints of Radical Red #FA3466

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.87%

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

R = 61.88%
G = 12.87%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA3466 (or 0xFA3466) is known color: Radical Red. HEX triplet: FA, 34 and 66. RGB value is (250,52,102). Sum of RGB (Red+Green+Blue) = 250+52+102=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3466 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3466 is #05CB99. Grayscale: #747474. Windows color (decimal): -379802 or 6698234. OLE color: 6698234.

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

Color convert

RGB 250 52 102 -
CMYK 0 0.79 0.59 0.02
HSL 344.85º 0.95% 0.59% -
HSV(B) 344.85º 0.79% 0.98% -
XYZ 43.05 23.74 14.88 -
YUV 116.9 119.6 222.93 -
System Red Green Blue C M Y K H S L
Decimal 250 52 102 0 0.79 0.59 0.02 344.85 0.95 0.59
Hex FA 34 66 0 4F 3B 2 159 5F 3B
Octal 372 64 146 0 117 73 2 531 137 73
Binary 11111010 110100 1100110 0 1001111 111011 10 101011001 1011111 111011

Color Harmonies of #FA3466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3466

Black with #FA3466

Text Example


Text Example

White with #FA3466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3466; }

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

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

background-color css

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

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

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

border-color css

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

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

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