Html Css Color HEX #F855AD Brilliant Rose

📋 copy color: '#F855AD'

red 248 ◦ green 85 ◦ blue 173

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

Shades of Brilliant Rose #F855AD

Tints of Brilliant Rose #F855AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.19%

R = 49.01%
G = 16.8%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F855AD (or 0xF855AD) is known color: Brilliant Rose. HEX triplet: F8, 55 and AD. RGB value is (248,85,173). Sum of RGB (Red+Green+Blue) = 248+85+173=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F855AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F855AD is #07AA52. Grayscale: #8F8F8F. Windows color (decimal): -502355 or 11359736. OLE color: 11359736.

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

Color convert

RGB 248 85 173 -
CMYK 0 0.66 0.30 0.03
HSL 327.61º 0.92% 0.65% -
HSV(B) 327.61º 0.66% 0.97% -
XYZ 49.5 29.47 42.61 -
YUV 143.77 144.5 202.34 -
System Red Green Blue C M Y K H S L
Decimal 248 85 173 0 0.66 0.30 0.03 327.61 0.92 0.65
Hex F8 55 AD 0 42 1E 3 148 5C 41
Octal 370 125 255 0 102 36 3 510 134 101
Binary 11111000 1010101 10101101 0 1000010 11110 11 101001000 1011100 1000001

Color Harmonies of #F855AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F855AD

Black with #F855AD

Text Example


Text Example

White with #F855AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F855AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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