Html Css Color HEX #FA336E Radical Red

📋 copy color: '#FA336E'

red 250 ◦ green 51 ◦ blue 110

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

Shades of Radical Red #FA336E

Tints of Radical Red #FA336E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.41%

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

R = 60.83%
G = 12.41%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA336E (or 0xFA336E) is known color: Radical Red. HEX triplet: FA, 33 and 6E. RGB value is (250,51,110). Sum of RGB (Red+Green+Blue) = 250+51+110=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA336E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA336E is #05CC91. Grayscale: #757575. Windows color (decimal): -380050 or 7222266. OLE color: 7222266.

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

Color convert

RGB 250 51 110 -
CMYK 0 0.80 0.56 0.02
HSL 342.21º 0.95% 0.59% -
HSV(B) 342.21º 0.8% 0.98% -
XYZ 43.42 23.82 17.06 -
YUV 117.23 123.93 222.7 -
System Red Green Blue C M Y K H S L
Decimal 250 51 110 0 0.80 0.56 0.02 342.21 0.95 0.59
Hex FA 33 6E 0 50 38 2 156 5F 3B
Octal 372 63 156 0 120 70 2 526 137 73
Binary 11111010 110011 1101110 0 1010000 111000 10 101010110 1011111 111011

Color Harmonies of #FA336E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA336E

Black with #FA336E

Text Example


Text Example

White with #FA336E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA336E; }

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

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

background-color css

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

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

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

border-color css

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

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

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