Html Css Color HEX #F855AA Brilliant Rose

📋 copy color: '#F855AA'

red 248 ◦ green 85 ◦ blue 170

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

Shades of Brilliant Rose #F855AA

Tints of Brilliant Rose #F855AA

RGB

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

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

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

R = 49.3%
G = 16.9%
B = 33.8%

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

#F855AA (or 0xF855AA) is known color: Brilliant Rose. HEX triplet: F8, 55 and AA. RGB value is (248,85,170). Sum of RGB (Red+Green+Blue) = 248+85+170=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F855AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F855AA is #07AA55. Grayscale: #8F8F8F. Windows color (decimal): -502358 or 11163128. OLE color: 11163128.

HSL color Cylindrical-coordinate representation of color #F855AA: hue angle of 328.71º 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 #F855AA is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 85 170 -
CMYK 0 0.66 0.31 0.03
HSL 328.71º 0.92% 0.65% -
HSV(B) 328.71º 0.66% 0.97% -
XYZ 49.22 29.36 41.1 -
YUV 143.43 143 202.59 -
System Red Green Blue C M Y K H S L
Decimal 248 85 170 0 0.66 0.31 0.03 328.71 0.92 0.65
Hex F8 55 AA 0 42 1F 3 149 5C 41
Octal 370 125 252 0 102 37 3 511 134 101
Binary 11111000 1010101 10101010 0 1000010 11111 11 101001001 1011100 1000001

Color Harmonies of #F855AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F855AA

Black with #F855AA

Text Example


Text Example

White with #F855AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F855AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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