Html Css Color HEX #FA305D Radical Red

📋 copy color: '#FA305D'

red 250 ◦ green 48 ◦ blue 93

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

Shades of Radical Red #FA305D

Tints of Radical Red #FA305D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.28%

 BLUE value IS 93 (36.72% from 255) = 23.79%

R = 63.94%
G = 12.28%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA305D (or 0xFA305D) is known color: Radical Red. HEX triplet: FA, 30 and 5D. RGB value is (250,48,93). Sum of RGB (Red+Green+Blue) = 250+48+93=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA305D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA305D is #05CFA2. Grayscale: #717171. Windows color (decimal): -380835 or 6107386. OLE color: 6107386.

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

Color convert

RGB 250 48 93 -
CMYK 0 0.81 0.63 0.02
HSL 346.63º 0.95% 0.58% -
HSV(B) 346.63º 0.81% 0.98% -
XYZ 42.46 23.23 12.6 -
YUV 113.53 116.42 225.34 -
System Red Green Blue C M Y K H S L
Decimal 250 48 93 0 0.81 0.63 0.02 346.63 0.95 0.58
Hex FA 30 5D 0 51 3F 2 15B 5F 3A
Octal 372 60 135 0 121 77 2 533 137 72
Binary 11111010 110000 1011101 0 1010001 111111 10 101011011 1011111 111010

Color Harmonies of #FA305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA305D

Black with #FA305D

Text Example


Text Example

White with #FA305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA305D; }

 p { color: rgb(250,48,93); }

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

background-color css

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

 a { background-color: rgb(250,48,93); }

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

border-color css

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

 span { border-color: rgb(250,48,93); }

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