Html Css Color HEX #FA384B Radical Red

📋 copy color: '#FA384B'

red 250 ◦ green 56 ◦ blue 75

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

Shades of Radical Red #FA384B

Tints of Radical Red #FA384B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.69%

R = 65.62%
G = 14.7%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FA384B (or 0xFA384B) is known color: Radical Red. HEX triplet: FA, 38 and 4B. RGB value is (250,56,75). Sum of RGB (Red+Green+Blue) = 250+56+75=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA384B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA384B is #05C7B4. Grayscale: #747474. Windows color (decimal): -378805 or 4929786. OLE color: 4929786.

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

Color convert

RGB 250 56 75 -
CMYK 0 0.78 0.7 0.02
HSL 354.12º 0.95% 0.6% -
HSV(B) 354.12º 0.78% 0.98% -
XYZ 42.11 23.66 9 -
YUV 116.17 104.77 223.46 -
System Red Green Blue C M Y K H S L
Decimal 250 56 75 0 0.78 0.7 0.02 354.12 0.95 0.6
Hex FA 38 4B 0 4E 46 2 162 5F 3C
Octal 372 70 113 0 116 106 2 542 137 74
Binary 11111010 111000 1001011 0 1001110 1000110 10 101100010 1011111 111100

Color Harmonies of #FA384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA384B

Black with #FA384B

Text Example


Text Example

White with #FA384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA384B; }

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

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

background-color css

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

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

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

border-color css

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

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

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