Html Css Color HEX #FA3969 Radical Red

📋 copy color: '#FA3969'

red 250 ◦ green 57 ◦ blue 105

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

Shades of Radical Red #FA3969

Tints of Radical Red #FA3969

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.83%

 BLUE value IS 105 (41.41% from 255) = 25.49%

R = 60.68%
G = 13.83%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA3969 (or 0xFA3969) is known color: Radical Red. HEX triplet: FA, 39 and 69. RGB value is (250,57,105). Sum of RGB (Red+Green+Blue) = 250+57+105=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3969 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3969 is #05C696. Grayscale: #787878. Windows color (decimal): -378519 or 6896122. OLE color: 6896122.

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

Color convert

RGB 250 57 105 -
CMYK 0 0.77 0.58 0.02
HSL 345.08º 0.95% 0.6% -
HSV(B) 345.08º 0.77% 0.98% -
XYZ 43.44 24.27 15.76 -
YUV 120.18 119.44 220.6 -
System Red Green Blue C M Y K H S L
Decimal 250 57 105 0 0.77 0.58 0.02 345.08 0.95 0.6
Hex FA 39 69 0 4D 3A 2 159 5F 3C
Octal 372 71 151 0 115 72 2 531 137 74
Binary 11111010 111001 1101001 0 1001101 111010 10 101011001 1011111 111100

Color Harmonies of #FA3969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3969

Black with #FA3969

Text Example


Text Example

White with #FA3969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3969; }

 p { color: rgb(250,57,105); }

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

background-color css

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

 a { background-color: rgb(250,57,105); }

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

border-color css

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

 span { border-color: rgb(250,57,105); }

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