Html Css Color HEX #FA304C Radical Red

📋 copy color: '#FA304C'

red 250 ◦ green 48 ◦ blue 76

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

Shades of Radical Red #FA304C

Tints of Radical Red #FA304C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.32%

R = 66.84%
G = 12.83%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA304C (or 0xFA304C) is known color: Radical Red. HEX triplet: FA, 30 and 4C. RGB value is (250,48,76). Sum of RGB (Red+Green+Blue) = 250+48+76=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA304C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA304C is #05CFB3. Grayscale: #6F6F6F. Windows color (decimal): -380852 or 4993274. OLE color: 4993274.

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

Color convert

RGB 250 48 76 -
CMYK 0 0.81 0.70 0.02
HSL 351.68º 0.95% 0.58% -
HSV(B) 351.68º 0.81% 0.98% -
XYZ 41.79 22.96 9.07 -
YUV 111.59 107.92 226.72 -
System Red Green Blue C M Y K H S L
Decimal 250 48 76 0 0.81 0.70 0.02 351.68 0.95 0.58
Hex FA 30 4C 0 51 46 2 160 5F 3A
Octal 372 60 114 0 121 106 2 540 137 72
Binary 11111010 110000 1001100 0 1010001 1000110 10 101100000 1011111 111010

Color Harmonies of #FA304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA304C

Black with #FA304C

Text Example


Text Example

White with #FA304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA304C; }

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

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

background-color css

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

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

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

border-color css

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

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

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