Html Css Color HEX #FA3366 Radical Red

📋 copy color: '#FA3366'

red 250 ◦ green 51 ◦ blue 102

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

Shades of Radical Red #FA3366

Tints of Radical Red #FA3366

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.66%

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

R = 62.03%
G = 12.66%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA3366 (or 0xFA3366) is known color: Radical Red. HEX triplet: FA, 33 and 66. RGB value is (250,51,102). Sum of RGB (Red+Green+Blue) = 250+51+102=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3366 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3366 is #05CC99. Grayscale: #747474. Windows color (decimal): -380058 or 6697978. OLE color: 6697978.

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

Color convert

RGB 250 51 102 -
CMYK 0 0.80 0.59 0.02
HSL 344.62º 0.95% 0.59% -
HSV(B) 344.62º 0.8% 0.98% -
XYZ 43.01 23.65 14.87 -
YUV 116.32 119.93 223.35 -
System Red Green Blue C M Y K H S L
Decimal 250 51 102 0 0.80 0.59 0.02 344.62 0.95 0.59
Hex FA 33 66 0 50 3B 2 159 5F 3B
Octal 372 63 146 0 120 73 2 531 137 73
Binary 11111010 110011 1100110 0 1010000 111011 10 101011001 1011111 111011

Color Harmonies of #FA3366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3366

Black with #FA3366

Text Example


Text Example

White with #FA3366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3366; }

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

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

background-color css

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

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

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

border-color css

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

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

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