Html Css Color HEX #FA4466 Radical Red

📋 copy color: '#FA4466'

red 250 ◦ green 68 ◦ blue 102

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

Shades of Radical Red #FA4466

Tints of Radical Red #FA4466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.29%

R = 59.52%
G = 16.19%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA4466 (or 0xFA4466) is known color: Radical Red. HEX triplet: FA, 44 and 66. RGB value is (250,68,102). Sum of RGB (Red+Green+Blue) = 250+68+102=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4466 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4466 is #05BB99. Grayscale: #7E7E7E. Windows color (decimal): -375706 or 6702330. OLE color: 6702330.

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

Color convert

RGB 250 68 102 -
CMYK 0 0.73 0.59 0.02
HSL 348.79º 0.95% 0.62% -
HSV(B) 348.79º 0.73% 0.98% -
XYZ 43.89 25.42 15.16 -
YUV 126.29 114.3 216.24 -
System Red Green Blue C M Y K H S L
Decimal 250 68 102 0 0.73 0.59 0.02 348.79 0.95 0.62
Hex FA 44 66 0 49 3B 2 15D 5F 3E
Octal 372 104 146 0 111 73 2 535 137 76
Binary 11111010 1000100 1100110 0 1001001 111011 10 101011101 1011111 111110

Color Harmonies of #FA4466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4466

Black with #FA4466

Text Example


Text Example

White with #FA4466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4466; }

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

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

background-color css

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

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

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

border-color css

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

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

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