Html Css Color HEX #FA2756 Radical Red

📋 copy color: '#FA2756'

red 250 ◦ green 39 ◦ blue 86

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

Shades of Radical Red #FA2756

Tints of Radical Red #FA2756

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.4%

 BLUE value IS 86 (33.98% from 255) = 22.93%

R = 66.67%
G = 10.4%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FA2756 (or 0xFA2756) is known color: Radical Red. HEX triplet: FA, 27 and 56. RGB value is (250,39,86). Sum of RGB (Red+Green+Blue) = 250+39+86=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2756 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2756 is #05D8A9. Grayscale: #6B6B6B. Windows color (decimal): -383146 or 5646330. OLE color: 5646330.

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

Color convert

RGB 250 39 86 -
CMYK 0 0.84 0.66 0.02
HSL 346.64º 0.95% 0.57% -
HSV(B) 346.64º 0.84% 0.98% -
XYZ 41.83 22.45 10.93 -
YUV 107.45 115.9 229.68 -
System Red Green Blue C M Y K H S L
Decimal 250 39 86 0 0.84 0.66 0.02 346.64 0.95 0.57
Hex FA 27 56 0 54 42 2 15B 5F 39
Octal 372 47 126 0 124 102 2 533 137 71
Binary 11111010 100111 1010110 0 1010100 1000010 10 101011011 1011111 111001

Color Harmonies of #FA2756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2756

Black with #FA2756

Text Example


Text Example

White with #FA2756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2756; }

 p { color: rgb(250,39,86); }

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

background-color css

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

 a { background-color: rgb(250,39,86); }

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

border-color css

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

 span { border-color: rgb(250,39,86); }

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