Html Css Color HEX #FA3E66 Radical Red

📋 copy color: '#FA3E66'

red 250 ◦ green 62 ◦ blue 102

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

Shades of Radical Red #FA3E66

Tints of Radical Red #FA3E66

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.98%

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

R = 60.39%
G = 14.98%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA3E66 (or 0xFA3E66) is known color: Radical Red. HEX triplet: FA, 3E and 66. RGB value is (250,62,102). Sum of RGB (Red+Green+Blue) = 250+62+102=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3E66 is #05C199. Grayscale: #7A7A7A. Windows color (decimal): -377242 or 6700794. OLE color: 6700794.

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

Color convert

RGB 250 62 102 -
CMYK 0 0.75 0.59 0.02
HSL 347.23º 0.95% 0.61% -
HSV(B) 347.23º 0.75% 0.98% -
XYZ 43.55 24.73 15.05 -
YUV 122.77 116.28 218.75 -
System Red Green Blue C M Y K H S L
Decimal 250 62 102 0 0.75 0.59 0.02 347.23 0.95 0.61
Hex FA 3E 66 0 4B 3B 2 15B 5F 3D
Octal 372 76 146 0 113 73 2 533 137 75
Binary 11111010 111110 1100110 0 1001011 111011 10 101011011 1011111 111101

Color Harmonies of #FA3E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3E66

Black with #FA3E66

Text Example


Text Example

White with #FA3E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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