Html Css Color HEX #F855AB Brilliant Rose

📋 copy color: '#F855AB'

red 248 ◦ green 85 ◦ blue 171

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

Shades of Brilliant Rose #F855AB

Tints of Brilliant Rose #F855AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.87%

 BLUE value IS 171 (67.19% from 255) = 33.93%

R = 49.21%
G = 16.87%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F855AB (or 0xF855AB) is known color: Brilliant Rose. HEX triplet: F8, 55 and AB. RGB value is (248,85,171). Sum of RGB (Red+Green+Blue) = 248+85+171=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 85 (33.59% from 255 or 16.87% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F855AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F855AB is #07AA54. Grayscale: #8F8F8F. Windows color (decimal): -502357 or 11228664. OLE color: 11228664.

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

Color convert

RGB 248 85 171 -
CMYK 0 0.66 0.31 0.03
HSL 328.34º 0.92% 0.65% -
HSV(B) 328.34º 0.66% 0.97% -
XYZ 49.31 29.39 41.6 -
YUV 143.54 143.5 202.51 -
System Red Green Blue C M Y K H S L
Decimal 248 85 171 0 0.66 0.31 0.03 328.34 0.92 0.65
Hex F8 55 AB 0 42 1F 3 148 5C 41
Octal 370 125 253 0 102 37 3 510 134 101
Binary 11111000 1010101 10101011 0 1000010 11111 11 101001000 1011100 1000001

Color Harmonies of #F855AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F855AB

Black with #F855AB

Text Example


Text Example

White with #F855AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F855AB; }

 p { color: rgb(248,85,171); }

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

background-color css

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

 a { background-color: rgb(248,85,171); }

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

border-color css

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

 span { border-color: rgb(248,85,171); }

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