Html Css Color HEX #F856AA Brilliant Rose

📋 copy color: '#F856AA'

red 248 ◦ green 86 ◦ blue 170

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

Shades of Brilliant Rose #F856AA

Tints of Brilliant Rose #F856AA

RGB

 RED value IS 248 (97.27% from 255) = 49.21%

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

 BLUE value IS 170 (66.8% from 255) = 33.73%

R = 49.21%
G = 17.06%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F856AA (or 0xF856AA) is known color: Brilliant Rose. HEX triplet: F8, 56 and AA. RGB value is (248,86,170). Sum of RGB (Red+Green+Blue) = 248+86+170=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 86 (33.98% from 255 or 17.06% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F856AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F856AA is #07A955. Grayscale: #8F8F8F. Windows color (decimal): -502102 or 11163384. OLE color: 11163384.

HSL color Cylindrical-coordinate representation of color #F856AA: hue angle of 328.89º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F856AA is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 86 170 -
CMYK 0 0.65 0.31 0.03
HSL 328.89º 0.92% 0.65% -
HSV(B) 328.89º 0.65% 0.97% -
XYZ 49.29 29.51 41.13 -
YUV 144.01 142.67 202.17 -
System Red Green Blue C M Y K H S L
Decimal 248 86 170 0 0.65 0.31 0.03 328.89 0.92 0.65
Hex F8 56 AA 0 41 1F 3 149 5C 41
Octal 370 126 252 0 101 37 3 511 134 101
Binary 11111000 1010110 10101010 0 1000001 11111 11 101001001 1011100 1000001

Color Harmonies of #F856AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F856AA

Black with #F856AA

Text Example


Text Example

White with #F856AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F856AA; }

 p { color: rgb(248,86,170); }

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

background-color css

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

 a { background-color: rgb(248,86,170); }

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

border-color css

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

 span { border-color: rgb(248,86,170); }

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