Html Css Color HEX #FA3565 Radical Red

📋 copy color: '#FA3565'

red 250 ◦ green 53 ◦ blue 101

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

Shades of Radical Red #FA3565

Tints of Radical Red #FA3565

RGB

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

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

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

R = 61.88%
G = 13.12%
B = 25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA3565 (or 0xFA3565) is known color: Radical Red. HEX triplet: FA, 35 and 65. RGB value is (250,53,101). Sum of RGB (Red+Green+Blue) = 250+53+101=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3565 is #05CA9A. Grayscale: #757575. Windows color (decimal): -379547 or 6632954. OLE color: 6632954.

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

Color convert

RGB 250 53 101 -
CMYK 0 0.79 0.60 0.02
HSL 345.38º 0.95% 0.59% -
HSV(B) 345.38º 0.79% 0.98% -
XYZ 43.05 23.81 14.64 -
YUV 117.38 118.77 222.6 -
System Red Green Blue C M Y K H S L
Decimal 250 53 101 0 0.79 0.60 0.02 345.38 0.95 0.59
Hex FA 35 65 0 4F 3C 2 159 5F 3B
Octal 372 65 145 0 117 74 2 531 137 73
Binary 11111010 110101 1100101 0 1001111 111100 10 101011001 1011111 111011

Color Harmonies of #FA3565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3565

Black with #FA3565

Text Example


Text Example

White with #FA3565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3565; }

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

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

background-color css

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

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

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

border-color css

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

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

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