Html Css Color HEX #FA4266 Radical Red

📋 copy color: '#FA4266'

red 250 ◦ green 66 ◦ blue 102

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

Shades of Radical Red #FA4266

Tints of Radical Red #FA4266

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.79%

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

R = 59.81%
G = 15.79%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA4266 (or 0xFA4266) is known color: Radical Red. HEX triplet: FA, 42 and 66. RGB value is (250,66,102). Sum of RGB (Red+Green+Blue) = 250+66+102=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4266 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4266 is #05BD99. Grayscale: #7D7D7D. Windows color (decimal): -376218 or 6701818. OLE color: 6701818.

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

Color convert

RGB 250 66 102 -
CMYK 0 0.74 0.59 0.02
HSL 348.26º 0.95% 0.62% -
HSV(B) 348.26º 0.74% 0.98% -
XYZ 43.77 25.18 15.12 -
YUV 125.12 114.96 217.07 -
System Red Green Blue C M Y K H S L
Decimal 250 66 102 0 0.74 0.59 0.02 348.26 0.95 0.62
Hex FA 42 66 0 4A 3B 2 15C 5F 3E
Octal 372 102 146 0 112 73 2 534 137 76
Binary 11111010 1000010 1100110 0 1001010 111011 10 101011100 1011111 111110

Color Harmonies of #FA4266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4266

Black with #FA4266

Text Example


Text Example

White with #FA4266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4266; }

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

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

background-color css

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

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

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

border-color css

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

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

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