Html Css Color HEX #FA3566 Radical Red

📋 copy color: '#FA3566'

red 250 ◦ green 53 ◦ blue 102

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

Shades of Radical Red #FA3566

Tints of Radical Red #FA3566

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.09%

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

R = 61.73%
G = 13.09%
B = 25.19%

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

#FA3566 (or 0xFA3566) is known color: Radical Red. HEX triplet: FA, 35 and 66. RGB value is (250,53,102). Sum of RGB (Red+Green+Blue) = 250+53+102=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 53 (21.09% from 255 or 13.09% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3566 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3566 is #05CA99. Grayscale: #757575. Windows color (decimal): -379546 or 6698490. OLE color: 6698490.

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

Color convert

RGB 250 53 102 -
CMYK 0 0.79 0.59 0.02
HSL 345.08º 0.95% 0.59% -
HSV(B) 345.08º 0.79% 0.98% -
XYZ 43.1 23.83 14.9 -
YUV 117.49 119.27 222.52 -
System Red Green Blue C M Y K H S L
Decimal 250 53 102 0 0.79 0.59 0.02 345.08 0.95 0.59
Hex FA 35 66 0 4F 3B 2 159 5F 3B
Octal 372 65 146 0 117 73 2 531 137 73
Binary 11111010 110101 1100110 0 1001111 111011 10 101011001 1011111 111011

Color Harmonies of #FA3566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3566

Black with #FA3566

Text Example


Text Example

White with #FA3566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3566; }

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

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

background-color css

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

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

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

border-color css

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

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

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