Html Css Color HEX #FA306D Radical Red

📋 copy color: '#FA306D'

red 250 ◦ green 48 ◦ blue 109

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

Shades of Radical Red #FA306D

Tints of Radical Red #FA306D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.78%

R = 61.43%
G = 11.79%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA306D (or 0xFA306D) is known color: Radical Red. HEX triplet: FA, 30 and 6D. RGB value is (250,48,109). Sum of RGB (Red+Green+Blue) = 250+48+109=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA306D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA306D is #05CF92. Grayscale: #737373. Windows color (decimal): -380819 or 7155962. OLE color: 7155962.

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

Color convert

RGB 250 48 109 -
CMYK 0 0.81 0.56 0.02
HSL 341.88º 0.95% 0.58% -
HSV(B) 341.88º 0.81% 0.98% -
XYZ 43.24 23.54 16.73 -
YUV 115.35 124.42 224.04 -
System Red Green Blue C M Y K H S L
Decimal 250 48 109 0 0.81 0.56 0.02 341.88 0.95 0.58
Hex FA 30 6D 0 51 38 2 156 5F 3A
Octal 372 60 155 0 121 70 2 526 137 72
Binary 11111010 110000 1101101 0 1010001 111000 10 101010110 1011111 111010

Color Harmonies of #FA306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA306D

Black with #FA306D

Text Example


Text Example

White with #FA306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA306D; }

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

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

background-color css

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

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

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

border-color css

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

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

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