Html Css Color HEX #FA2750 Radical Red

📋 copy color: '#FA2750'

red 250 ◦ green 39 ◦ blue 80

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

Shades of Radical Red #FA2750

Tints of Radical Red #FA2750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.68%

R = 67.75%
G = 10.57%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA2750 (or 0xFA2750) is known color: Radical Red. HEX triplet: FA, 27 and 50. RGB value is (250,39,80). Sum of RGB (Red+Green+Blue) = 250+39+80=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2750 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2750 is #05D8AF. Grayscale: #6A6A6A. Windows color (decimal): -383152 or 5253114. OLE color: 5253114.

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

Color convert

RGB 250 39 80 -
CMYK 0 0.84 0.68 0.02
HSL 348.34º 0.95% 0.57% -
HSV(B) 348.34º 0.84% 0.98% -
XYZ 41.6 22.35 9.71 -
YUV 106.76 112.9 230.17 -
System Red Green Blue C M Y K H S L
Decimal 250 39 80 0 0.84 0.68 0.02 348.34 0.95 0.57
Hex FA 27 50 0 54 44 2 15C 5F 39
Octal 372 47 120 0 124 104 2 534 137 71
Binary 11111010 100111 1010000 0 1010100 1000100 10 101011100 1011111 111001

Color Harmonies of #FA2750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2750

Black with #FA2750

Text Example


Text Example

White with #FA2750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2750; }

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

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

background-color css

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

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

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

border-color css

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

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

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