Html Css Color HEX #FA2358 Radical Red

📋 copy color: '#FA2358'

red 250 ◦ green 35 ◦ blue 88

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

Shades of Radical Red #FA2358

Tints of Radical Red #FA2358

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.38%

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

R = 67.02%
G = 9.38%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA2358 (or 0xFA2358) is known color: Radical Red. HEX triplet: FA, 23 and 58. RGB value is (250,35,88). Sum of RGB (Red+Green+Blue) = 250+35+88=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2358 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2358 is #05DCA7. Grayscale: #696969. Windows color (decimal): -384168 or 5776378. OLE color: 5776378.

HSL color Cylindrical-coordinate representation of color #FA2358: hue angle of 345.21º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA2358 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 35 88 -
CMYK 0 0.86 0.65 0.02
HSL 345.21º 0.96% 0.56% -
HSV(B) 345.21º 0.86% 0.98% -
XYZ 41.79 22.23 11.32 -
YUV 105.33 118.23 231.19 -
System Red Green Blue C M Y K H S L
Decimal 250 35 88 0 0.86 0.65 0.02 345.21 0.96 0.56
Hex FA 23 58 0 56 41 2 159 60 38
Octal 372 43 130 0 126 101 2 531 140 70
Binary 11111010 100011 1011000 0 1010110 1000001 10 101011001 1100000 111000

Color Harmonies of #FA2358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2358

Black with #FA2358

Text Example


Text Example

White with #FA2358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2358; }

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

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

background-color css

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

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

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

border-color css

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

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

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