Html Css Color HEX #FA56A8 Brilliant Rose

📋 copy color: '#FA56A8'

red 250 ◦ green 86 ◦ blue 168

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

Shades of Brilliant Rose #FA56A8

Tints of Brilliant Rose #FA56A8

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.06%

 BLUE value IS 168 (66.02% from 255) = 33.33%

R = 49.6%
G = 17.06%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA56A8 (or 0xFA56A8) is known color: Brilliant Rose. HEX triplet: FA, 56 and A8. RGB value is (250,86,168). Sum of RGB (Red+Green+Blue) = 250+86+168=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 86 (33.98% from 255 or 17.06% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA56A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA56A8 is #05A957. Grayscale: #909090. Windows color (decimal): -371032 or 11032314. OLE color: 11032314.

HSL color Cylindrical-coordinate representation of color #FA56A8: hue angle of 330º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA56A8 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 86 168 -
CMYK 0 0.66 0.33 0.02
HSL 330º 0.94% 0.66% -
HSV(B) 330º 0.66% 0.98% -
XYZ 49.82 29.81 40.17 -
YUV 144.38 141.33 203.33 -
System Red Green Blue C M Y K H S L
Decimal 250 86 168 0 0.66 0.33 0.02 330 0.94 0.66
Hex FA 56 A8 0 42 21 2 14A 5E 42
Octal 372 126 250 0 102 41 2 512 136 102
Binary 11111010 1010110 10101000 0 1000010 100001 10 101001010 1011110 1000010

Color Harmonies of #FA56A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA56A8

Black with #FA56A8

Text Example


Text Example

White with #FA56A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA56A8; }

 p { color: rgb(250,86,168); }

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

background-color css

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

 a { background-color: rgb(250,86,168); }

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

border-color css

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

 span { border-color: rgb(250,86,168); }

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