Html Css Color HEX #FA276F Radical Red

📋 copy color: '#FA276F'

red 250 ◦ green 39 ◦ blue 111

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

Shades of Radical Red #FA276F

Tints of Radical Red #FA276F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.75%

R = 62.5%
G = 9.75%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA276F (or 0xFA276F) is known color: Radical Red. HEX triplet: FA, 27 and 6F. RGB value is (250,39,111). Sum of RGB (Red+Green+Blue) = 250+39+111=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA276F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA276F is #05D890. Grayscale: #6E6E6E. Windows color (decimal): -383121 or 7284730. OLE color: 7284730.

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

Color convert

RGB 250 39 111 -
CMYK 0 0.84 0.56 0.02
HSL 339.53º 0.95% 0.57% -
HSV(B) 339.53º 0.84% 0.98% -
XYZ 43.02 22.92 17.2 -
YUV 110.3 128.4 227.65 -
System Red Green Blue C M Y K H S L
Decimal 250 39 111 0 0.84 0.56 0.02 339.53 0.95 0.57
Hex FA 27 6F 0 54 38 2 154 5F 39
Octal 372 47 157 0 124 70 2 524 137 71
Binary 11111010 100111 1101111 0 1010100 111000 10 101010100 1011111 111001

Color Harmonies of #FA276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA276F

Black with #FA276F

Text Example


Text Example

White with #FA276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA276F; }

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

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

background-color css

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

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

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

border-color css

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

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

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