Html Css Color HEX #F855B0 Brilliant Rose

📋 copy color: '#F855B0'

red 248 ◦ green 85 ◦ blue 176

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

Shades of Brilliant Rose #F855B0

Tints of Brilliant Rose #F855B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.58%

R = 48.72%
G = 16.7%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F855B0 (or 0xF855B0) is known color: Brilliant Rose. HEX triplet: F8, 55 and B0. RGB value is (248,85,176). Sum of RGB (Red+Green+Blue) = 248+85+176=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F855B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F855B0 is #07AA4F. Grayscale: #8F8F8F. Windows color (decimal): -502352 or 11556344. OLE color: 11556344.

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

Color convert

RGB 248 85 176 -
CMYK 0 0.66 0.29 0.03
HSL 326.5º 0.92% 0.65% -
HSV(B) 326.5º 0.66% 0.97% -
XYZ 49.8 29.59 44.16 -
YUV 144.11 146 202.1 -
System Red Green Blue C M Y K H S L
Decimal 248 85 176 0 0.66 0.29 0.03 326.5 0.92 0.65
Hex F8 55 B0 0 42 1D 3 147 5C 41
Octal 370 125 260 0 102 35 3 507 134 101
Binary 11111000 1010101 10110000 0 1000010 11101 11 101000111 1011100 1000001

Color Harmonies of #F855B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F855B0

Black with #F855B0

Text Example


Text Example

White with #F855B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F855B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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