Html Css Color HEX #FA384E Radical Red

📋 copy color: '#FA384E'

red 250 ◦ green 56 ◦ blue 78

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

Shades of Radical Red #FA384E

Tints of Radical Red #FA384E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.58%

 BLUE value IS 78 (30.86% from 255) = 20.31%

R = 65.1%
G = 14.58%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FA384E (or 0xFA384E) is known color: Radical Red. HEX triplet: FA, 38 and 4E. RGB value is (250,56,78). Sum of RGB (Red+Green+Blue) = 250+56+78=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA384E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA384E is #05C7B1. Grayscale: #747474. Windows color (decimal): -378802 or 5126394. OLE color: 5126394.

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

Color convert

RGB 250 56 78 -
CMYK 0 0.78 0.69 0.02
HSL 353.2º 0.95% 0.6% -
HSV(B) 353.2º 0.78% 0.98% -
XYZ 42.21 23.7 9.56 -
YUV 116.51 106.27 223.21 -
System Red Green Blue C M Y K H S L
Decimal 250 56 78 0 0.78 0.69 0.02 353.2 0.95 0.6
Hex FA 38 4E 0 4E 45 2 161 5F 3C
Octal 372 70 116 0 116 105 2 541 137 74
Binary 11111010 111000 1001110 0 1001110 1000101 10 101100001 1011111 111100

Color Harmonies of #FA384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA384E

Black with #FA384E

Text Example


Text Example

White with #FA384E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA384E; }

 p { color: rgb(250,56,78); }

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

background-color css

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

 a { background-color: rgb(250,56,78); }

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

border-color css

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

 span { border-color: rgb(250,56,78); }

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