Html Css Color HEX #FA3E6B Radical Red

📋 copy color: '#FA3E6B'

red 250 ◦ green 62 ◦ blue 107

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

Shades of Radical Red #FA3E6B

Tints of Radical Red #FA3E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.54%

R = 59.67%
G = 14.8%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA3E6B (or 0xFA3E6B) is known color: Radical Red. HEX triplet: FA, 3E and 6B. RGB value is (250,62,107). Sum of RGB (Red+Green+Blue) = 250+62+107=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3E6B is #05C194. Grayscale: #7B7B7B. Windows color (decimal): -377237 or 7028474. OLE color: 7028474.

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

Color convert

RGB 250 62 107 -
CMYK 0 0.75 0.57 0.02
HSL 345.64º 0.95% 0.61% -
HSV(B) 345.64º 0.75% 0.98% -
XYZ 43.8 24.83 16.39 -
YUV 123.34 118.78 218.34 -
System Red Green Blue C M Y K H S L
Decimal 250 62 107 0 0.75 0.57 0.02 345.64 0.95 0.61
Hex FA 3E 6B 0 4B 39 2 15A 5F 3D
Octal 372 76 153 0 113 71 2 532 137 75
Binary 11111010 111110 1101011 0 1001011 111001 10 101011010 1011111 111101

Color Harmonies of #FA3E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3E6B

Black with #FA3E6B

Text Example


Text Example

White with #FA3E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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