Html Css Color HEX #F858B0 Brilliant Rose

📋 copy color: '#F858B0'

red 248 ◦ green 88 ◦ blue 176

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

Shades of Brilliant Rose #F858B0

Tints of Brilliant Rose #F858B0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.19%

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

R = 48.44%
G = 17.19%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F858B0 (or 0xF858B0) is known color: Brilliant Rose. HEX triplet: F8, 58 and B0. RGB value is (248,88,176). Sum of RGB (Red+Green+Blue) = 248+88+176=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F858B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F858B0 is #07A74F. Grayscale: #919191. Windows color (decimal): -501584 or 11557112. OLE color: 11557112.

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

Color convert

RGB 248 88 176 -
CMYK 0 0.65 0.29 0.03
HSL 327º 0.92% 0.66% -
HSV(B) 327º 0.65% 0.97% -
XYZ 50.04 30.07 44.24 -
YUV 145.87 145.01 200.84 -
System Red Green Blue C M Y K H S L
Decimal 248 88 176 0 0.65 0.29 0.03 327 0.92 0.66
Hex F8 58 B0 0 41 1D 3 147 5C 42
Octal 370 130 260 0 101 35 3 507 134 102
Binary 11111000 1011000 10110000 0 1000001 11101 11 101000111 1011100 1000010

Color Harmonies of #F858B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F858B0

Black with #F858B0

Text Example


Text Example

White with #F858B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F858B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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