Html Css Color HEX #FA445F Radical Red

📋 copy color: '#FA445F'

red 250 ◦ green 68 ◦ blue 95

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

Shades of Radical Red #FA445F

Tints of Radical Red #FA445F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.46%

 BLUE value IS 95 (37.5% from 255) = 23%

R = 60.53%
G = 16.46%
B = 23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA445F (or 0xFA445F) is known color: Radical Red. HEX triplet: FA, 44 and 5F. RGB value is (250,68,95). Sum of RGB (Red+Green+Blue) = 250+68+95=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA445F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA445F is #05BBA0. Grayscale: #7D7D7D. Windows color (decimal): -375713 or 6243578. OLE color: 6243578.

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

Color convert

RGB 250 68 95 -
CMYK 0 0.73 0.62 0.02
HSL 351.1º 0.95% 0.62% -
HSV(B) 351.1º 0.73% 0.98% -
XYZ 43.56 25.28 13.41 -
YUV 125.5 110.8 216.8 -
System Red Green Blue C M Y K H S L
Decimal 250 68 95 0 0.73 0.62 0.02 351.1 0.95 0.62
Hex FA 44 5F 0 49 3E 2 15F 5F 3E
Octal 372 104 137 0 111 76 2 537 137 76
Binary 11111010 1000100 1011111 0 1001001 111110 10 101011111 1011111 111110

Color Harmonies of #FA445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA445F

Black with #FA445F

Text Example


Text Example

White with #FA445F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA445F; }

 p { color: rgb(250,68,95); }

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

background-color css

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

 a { background-color: rgb(250,68,95); }

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

border-color css

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

 span { border-color: rgb(250,68,95); }

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