Html Css Color HEX #FA2967 Radical Red

📋 copy color: '#FA2967'

red 250 ◦ green 41 ◦ blue 103

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

Shades of Radical Red #FA2967

Tints of Radical Red #FA2967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.14%

R = 63.45%
G = 10.41%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA2967 (or 0xFA2967) is known color: Radical Red. HEX triplet: FA, 29 and 67. RGB value is (250,41,103). Sum of RGB (Red+Green+Blue) = 250+41+103=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2967 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2967 is #05D698. Grayscale: #6E6E6E. Windows color (decimal): -382617 or 6760954. OLE color: 6760954.

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

Color convert

RGB 250 41 103 -
CMYK 0 0.84 0.59 0.02
HSL 342.2º 0.95% 0.57% -
HSV(B) 342.2º 0.84% 0.98% -
XYZ 42.67 22.89 15 -
YUV 110.56 123.74 227.46 -
System Red Green Blue C M Y K H S L
Decimal 250 41 103 0 0.84 0.59 0.02 342.2 0.95 0.57
Hex FA 29 67 0 54 3B 2 156 5F 39
Octal 372 51 147 0 124 73 2 526 137 71
Binary 11111010 101001 1100111 0 1010100 111011 10 101010110 1011111 111001

Color Harmonies of #FA2967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2967

Black with #FA2967

Text Example


Text Example

White with #FA2967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2967; }

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

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

background-color css

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

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

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

border-color css

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

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

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