Html Css Color HEX #FA4669 Radical Red

📋 copy color: '#FA4669'

red 250 ◦ green 70 ◦ blue 105

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

Shades of Radical Red #FA4669

Tints of Radical Red #FA4669

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.47%

 BLUE value IS 105 (41.41% from 255) = 24.71%

R = 58.82%
G = 16.47%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA4669 (or 0xFA4669) is known color: Radical Red. HEX triplet: FA, 46 and 69. RGB value is (250,70,105). Sum of RGB (Red+Green+Blue) = 250+70+105=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4669 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4669 is #05B996. Grayscale: #7F7F7F. Windows color (decimal): -375191 or 6899450. OLE color: 6899450.

HSL color Cylindrical-coordinate representation of color #FA4669: hue angle of 348.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA4669 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 70 105 -
CMYK 0 0.72 0.58 0.02
HSL 348.33º 0.95% 0.63% -
HSV(B) 348.33º 0.72% 0.98% -
XYZ 44.16 25.72 16 -
YUV 127.81 115.13 215.15 -
System Red Green Blue C M Y K H S L
Decimal 250 70 105 0 0.72 0.58 0.02 348.33 0.95 0.63
Hex FA 46 69 0 48 3A 2 15C 5F 3F
Octal 372 106 151 0 110 72 2 534 137 77
Binary 11111010 1000110 1101001 0 1001000 111010 10 101011100 1011111 111111

Color Harmonies of #FA4669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4669

Black with #FA4669

Text Example


Text Example

White with #FA4669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4669; }

 p { color: rgb(250,70,105); }

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

background-color css

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

 a { background-color: rgb(250,70,105); }

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

border-color css

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

 span { border-color: rgb(250,70,105); }

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