Html Css Color HEX #F855A8 Brilliant Rose

📋 copy color: '#F855A8'

red 248 ◦ green 85 ◦ blue 168

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

Shades of Brilliant Rose #F855A8

Tints of Brilliant Rose #F855A8

RGB

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

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

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

R = 49.5%
G = 16.97%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F855A8 (or 0xF855A8) is known color: Brilliant Rose. HEX triplet: F8, 55 and A8. RGB value is (248,85,168). Sum of RGB (Red+Green+Blue) = 248+85+168=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F855A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F855A8 is #07AA57. Grayscale: #8F8F8F. Windows color (decimal): -502360 or 11032056. OLE color: 11032056.

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

Color convert

RGB 248 85 168 -
CMYK 0 0.66 0.32 0.03
HSL 329.45º 0.92% 0.65% -
HSV(B) 329.45º 0.66% 0.97% -
XYZ 49.03 29.28 40.11 -
YUV 143.2 142 202.75 -
System Red Green Blue C M Y K H S L
Decimal 248 85 168 0 0.66 0.32 0.03 329.45 0.92 0.65
Hex F8 55 A8 0 42 20 3 149 5C 41
Octal 370 125 250 0 102 40 3 511 134 101
Binary 11111000 1010101 10101000 0 1000010 100000 11 101001001 1011100 1000001

Color Harmonies of #F855A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F855A8

Black with #F855A8

Text Example


Text Example

White with #F855A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F855A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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