Html Css Color HEX #FA3E6E Radical Red

📋 copy color: '#FA3E6E'

red 250 ◦ green 62 ◦ blue 110

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

Shades of Radical Red #FA3E6E

Tints of Radical Red #FA3E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.07%

R = 59.24%
G = 14.69%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA3E6E (or 0xFA3E6E) is known color: Radical Red. HEX triplet: FA, 3E and 6E. RGB value is (250,62,110). Sum of RGB (Red+Green+Blue) = 250+62+110=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3E6E is #05C191. Grayscale: #7B7B7B. Windows color (decimal): -377234 or 7225082. OLE color: 7225082.

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

Color convert

RGB 250 62 110 -
CMYK 0 0.75 0.56 0.02
HSL 344.68º 0.95% 0.61% -
HSV(B) 344.68º 0.75% 0.98% -
XYZ 43.96 24.9 17.24 -
YUV 123.68 120.28 218.1 -
System Red Green Blue C M Y K H S L
Decimal 250 62 110 0 0.75 0.56 0.02 344.68 0.95 0.61
Hex FA 3E 6E 0 4B 38 2 159 5F 3D
Octal 372 76 156 0 113 70 2 531 137 75
Binary 11111010 111110 1101110 0 1001011 111000 10 101011001 1011111 111101

Color Harmonies of #FA3E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3E6E

Black with #FA3E6E

Text Example


Text Example

White with #FA3E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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