Html Css Color HEX #FA275C Radical Red

📋 copy color: '#FA275C'

red 250 ◦ green 39 ◦ blue 92

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

Shades of Radical Red #FA275C

Tints of Radical Red #FA275C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.15%

R = 65.62%
G = 10.24%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA275C (or 0xFA275C) is known color: Radical Red. HEX triplet: FA, 27 and 5C. RGB value is (250,39,92). Sum of RGB (Red+Green+Blue) = 250+39+92=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA275C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA275C is #05D8A3. Grayscale: #6C6C6C. Windows color (decimal): -383140 or 6039546. OLE color: 6039546.

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

Color convert

RGB 250 39 92 -
CMYK 0 0.84 0.63 0.02
HSL 344.93º 0.95% 0.57% -
HSV(B) 344.93º 0.84% 0.98% -
XYZ 42.08 22.55 12.26 -
YUV 108.13 118.9 229.19 -
System Red Green Blue C M Y K H S L
Decimal 250 39 92 0 0.84 0.63 0.02 344.93 0.95 0.57
Hex FA 27 5C 0 54 3F 2 159 5F 39
Octal 372 47 134 0 124 77 2 531 137 71
Binary 11111010 100111 1011100 0 1010100 111111 10 101011001 1011111 111001

Color Harmonies of #FA275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA275C

Black with #FA275C

Text Example


Text Example

White with #FA275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA275C; }

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

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

background-color css

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

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

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

border-color css

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

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

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