Html Css Color HEX #FA4358 Radical Red

📋 copy color: '#FA4358'

red 250 ◦ green 67 ◦ blue 88

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

Shades of Radical Red #FA4358

Tints of Radical Red #FA4358

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.54%

 BLUE value IS 88 (34.77% from 255) = 21.73%

R = 61.73%
G = 16.54%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA4358 (or 0xFA4358) is known color: Radical Red. HEX triplet: FA, 43 and 58. RGB value is (250,67,88). Sum of RGB (Red+Green+Blue) = 250+67+88=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4358 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4358 is #05BCA7. Grayscale: #7C7C7C. Windows color (decimal): -375976 or 5784570. OLE color: 5784570.

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

Color convert

RGB 250 67 88 -
CMYK 0 0.73 0.65 0.02
HSL 353.11º 0.95% 0.62% -
HSV(B) 353.11º 0.73% 0.98% -
XYZ 43.19 25.04 11.79 -
YUV 124.11 107.63 217.79 -
System Red Green Blue C M Y K H S L
Decimal 250 67 88 0 0.73 0.65 0.02 353.11 0.95 0.62
Hex FA 43 58 0 49 41 2 161 5F 3E
Octal 372 103 130 0 111 101 2 541 137 76
Binary 11111010 1000011 1011000 0 1001001 1000001 10 101100001 1011111 111110

Color Harmonies of #FA4358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4358

Black with #FA4358

Text Example


Text Example

White with #FA4358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4358; }

 p { color: rgb(250,67,88); }

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

background-color css

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

 a { background-color: rgb(250,67,88); }

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

border-color css

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

 span { border-color: rgb(250,67,88); }

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