Html Css Color HEX #FA4469 Radical Red

📋 copy color: '#FA4469'

red 250 ◦ green 68 ◦ blue 105

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

Shades of Radical Red #FA4469

Tints of Radical Red #FA4469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.08%

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

R = 59.1%
G = 16.08%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA4469 (or 0xFA4469) is known color: Radical Red. HEX triplet: FA, 44 and 69. RGB value is (250,68,105). Sum of RGB (Red+Green+Blue) = 250+68+105=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4469 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4469 is #05BB96. Grayscale: #7E7E7E. Windows color (decimal): -375703 or 6898938. OLE color: 6898938.

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

Color convert

RGB 250 68 105 -
CMYK 0 0.73 0.58 0.02
HSL 347.8º 0.95% 0.62% -
HSV(B) 347.8º 0.73% 0.98% -
XYZ 44.04 25.48 15.96 -
YUV 126.64 115.8 215.99 -
System Red Green Blue C M Y K H S L
Decimal 250 68 105 0 0.73 0.58 0.02 347.8 0.95 0.62
Hex FA 44 69 0 49 3A 2 15C 5F 3E
Octal 372 104 151 0 111 72 2 534 137 76
Binary 11111010 1000100 1101001 0 1001001 111010 10 101011100 1011111 111110

Color Harmonies of #FA4469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4469

Black with #FA4469

Text Example


Text Example

White with #FA4469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4469; }

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

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

background-color css

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

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

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

border-color css

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

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

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