Html Css Color HEX #FA3365 Radical Red

📋 copy color: '#FA3365'

red 250 ◦ green 51 ◦ blue 101

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

Shades of Radical Red #FA3365

Tints of Radical Red #FA3365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.12%

R = 62.19%
G = 12.69%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA3365 (or 0xFA3365) is known color: Radical Red. HEX triplet: FA, 33 and 65. RGB value is (250,51,101). Sum of RGB (Red+Green+Blue) = 250+51+101=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3365 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3365 is #05CC9A. Grayscale: #747474. Windows color (decimal): -380059 or 6632442. OLE color: 6632442.

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

Color convert

RGB 250 51 101 -
CMYK 0 0.80 0.60 0.02
HSL 344.92º 0.95% 0.59% -
HSV(B) 344.92º 0.8% 0.98% -
XYZ 42.96 23.63 14.61 -
YUV 116.2 119.43 223.43 -
System Red Green Blue C M Y K H S L
Decimal 250 51 101 0 0.80 0.60 0.02 344.92 0.95 0.59
Hex FA 33 65 0 50 3C 2 159 5F 3B
Octal 372 63 145 0 120 74 2 531 137 73
Binary 11111010 110011 1100101 0 1010000 111100 10 101011001 1011111 111011

Color Harmonies of #FA3365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3365

Black with #FA3365

Text Example


Text Example

White with #FA3365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3365; }

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

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

background-color css

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

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

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

border-color css

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

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

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