Html Css Color HEX #FA306C Radical Red

📋 copy color: '#FA306C'

red 250 ◦ green 48 ◦ blue 108

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

Shades of Radical Red #FA306C

Tints of Radical Red #FA306C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.6%

R = 61.58%
G = 11.82%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA306C (or 0xFA306C) is known color: Radical Red. HEX triplet: FA, 30 and 6C. RGB value is (250,48,108). Sum of RGB (Red+Green+Blue) = 250+48+108=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA306C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA306C is #05CF93. Grayscale: #737373. Windows color (decimal): -380820 or 7090426. OLE color: 7090426.

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

Color convert

RGB 250 48 108 -
CMYK 0 0.81 0.57 0.02
HSL 342.18º 0.95% 0.58% -
HSV(B) 342.18º 0.81% 0.98% -
XYZ 43.19 23.52 16.45 -
YUV 115.24 123.92 224.12 -
System Red Green Blue C M Y K H S L
Decimal 250 48 108 0 0.81 0.57 0.02 342.18 0.95 0.58
Hex FA 30 6C 0 51 39 2 156 5F 3A
Octal 372 60 154 0 121 71 2 526 137 72
Binary 11111010 110000 1101100 0 1010001 111001 10 101010110 1011111 111010

Color Harmonies of #FA306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA306C

Black with #FA306C

Text Example


Text Example

White with #FA306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA306C; }

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

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

background-color css

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

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

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

border-color css

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

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

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