Html Css Color HEX #FA4468 Radical Red

📋 copy color: '#FA4468'

red 250 ◦ green 68 ◦ blue 104

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

Shades of Radical Red #FA4468

Tints of Radical Red #FA4468

RGB

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

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

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

R = 59.24%
G = 16.11%
B = 24.64%

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

#FA4468 (or 0xFA4468) is known color: Radical Red. HEX triplet: FA, 44 and 68. RGB value is (250,68,104). Sum of RGB (Red+Green+Blue) = 250+68+104=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4468 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4468 is #05BB97. Grayscale: #7E7E7E. Windows color (decimal): -375704 or 6833402. OLE color: 6833402.

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

Color convert

RGB 250 68 104 -
CMYK 0 0.73 0.58 0.02
HSL 348.13º 0.95% 0.62% -
HSV(B) 348.13º 0.73% 0.98% -
XYZ 43.99 25.46 15.69 -
YUV 126.52 115.3 216.07 -
System Red Green Blue C M Y K H S L
Decimal 250 68 104 0 0.73 0.58 0.02 348.13 0.95 0.62
Hex FA 44 68 0 49 3A 2 15C 5F 3E
Octal 372 104 150 0 111 72 2 534 137 76
Binary 11111010 1000100 1101000 0 1001001 111010 10 101011100 1011111 111110

Color Harmonies of #FA4468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4468

Black with #FA4468

Text Example


Text Example

White with #FA4468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4468; }

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

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

background-color css

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

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

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

border-color css

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

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

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