Html Css Color HEX #FA275B Radical Red

📋 copy color: '#FA275B'

red 250 ◦ green 39 ◦ blue 91

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

Shades of Radical Red #FA275B

Tints of Radical Red #FA275B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.95%

R = 65.79%
G = 10.26%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA275B (or 0xFA275B) is known color: Radical Red. HEX triplet: FA, 27 and 5B. RGB value is (250,39,91). Sum of RGB (Red+Green+Blue) = 250+39+91=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA275B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA275B is #05D8A4. Grayscale: #6C6C6C. Windows color (decimal): -383141 or 5974010. OLE color: 5974010.

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

Color convert

RGB 250 39 91 -
CMYK 0 0.84 0.64 0.02
HSL 345.21º 0.95% 0.57% -
HSV(B) 345.21º 0.84% 0.98% -
XYZ 42.04 22.53 12.03 -
YUV 108.02 118.4 229.27 -
System Red Green Blue C M Y K H S L
Decimal 250 39 91 0 0.84 0.64 0.02 345.21 0.95 0.57
Hex FA 27 5B 0 54 40 2 159 5F 39
Octal 372 47 133 0 124 100 2 531 137 71
Binary 11111010 100111 1011011 0 1010100 1000000 10 101011001 1011111 111001

Color Harmonies of #FA275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA275B

Black with #FA275B

Text Example


Text Example

White with #FA275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA275B; }

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

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

background-color css

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

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

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

border-color css

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

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

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