Html Css Color HEX #FA2968 Radical Red

📋 copy color: '#FA2968'

red 250 ◦ green 41 ◦ blue 104

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

Shades of Radical Red #FA2968

Tints of Radical Red #FA2968

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.38%

 BLUE value IS 104 (41.02% from 255) = 26.33%

R = 63.29%
G = 10.38%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA2968 (or 0xFA2968) is known color: Radical Red. HEX triplet: FA, 29 and 68. RGB value is (250,41,104). Sum of RGB (Red+Green+Blue) = 250+41+104=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2968 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2968 is #05D697. Grayscale: #6E6E6E. Windows color (decimal): -382616 or 6826490. OLE color: 6826490.

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

Color convert

RGB 250 41 104 -
CMYK 0 0.84 0.58 0.02
HSL 341.91º 0.95% 0.57% -
HSV(B) 341.91º 0.84% 0.98% -
XYZ 42.72 22.91 15.27 -
YUV 110.67 124.24 227.38 -
System Red Green Blue C M Y K H S L
Decimal 250 41 104 0 0.84 0.58 0.02 341.91 0.95 0.57
Hex FA 29 68 0 54 3A 2 156 5F 39
Octal 372 51 150 0 124 72 2 526 137 71
Binary 11111010 101001 1101000 0 1010100 111010 10 101010110 1011111 111001

Color Harmonies of #FA2968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2968

Black with #FA2968

Text Example


Text Example

White with #FA2968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2968; }

 p { color: rgb(250,41,104); }

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

background-color css

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

 a { background-color: rgb(250,41,104); }

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

border-color css

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

 span { border-color: rgb(250,41,104); }

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