Html Css Color HEX #FA3E70 Radical Red

📋 copy color: '#FA3E70'

red 250 ◦ green 62 ◦ blue 112

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

Shades of Radical Red #FA3E70

Tints of Radical Red #FA3E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.42%

R = 58.96%
G = 14.62%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA3E70 (or 0xFA3E70) is known color: Radical Red. HEX triplet: FA, 3E and 70. RGB value is (250,62,112). Sum of RGB (Red+Green+Blue) = 250+62+112=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 62 (24.61% from 255 or 14.62% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3E70 is #05C18F. Grayscale: #7B7B7B. Windows color (decimal): -377232 or 7356154. OLE color: 7356154.

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

Color convert

RGB 250 62 112 -
CMYK 0 0.75 0.55 0.02
HSL 344.04º 0.95% 0.61% -
HSV(B) 344.04º 0.75% 0.98% -
XYZ 44.07 24.94 17.82 -
YUV 123.91 121.28 217.93 -
System Red Green Blue C M Y K H S L
Decimal 250 62 112 0 0.75 0.55 0.02 344.04 0.95 0.61
Hex FA 3E 70 0 4B 37 2 158 5F 3D
Octal 372 76 160 0 113 67 2 530 137 75
Binary 11111010 111110 1110000 0 1001011 110111 10 101011000 1011111 111101

Color Harmonies of #FA3E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3E70

Black with #FA3E70

Text Example


Text Example

White with #FA3E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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