Html Css Color HEX #F858A0 Brilliant Rose

📋 copy color: '#F858A0'

red 248 ◦ green 88 ◦ blue 160

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

Shades of Brilliant Rose #F858A0

Tints of Brilliant Rose #F858A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.26%

R = 50%
G = 17.74%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F858A0 (or 0xF858A0) is known color: Brilliant Rose. HEX triplet: F8, 58 and A0. RGB value is (248,88,160). Sum of RGB (Red+Green+Blue) = 248+88+160=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F858A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F858A0 is #07A75F. Grayscale: #8F8F8F. Windows color (decimal): -501600 or 10508536. OLE color: 10508536.

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

Color convert

RGB 248 88 160 -
CMYK 0 0.65 0.35 0.03
HSL 333º 0.92% 0.66% -
HSV(B) 333º 0.65% 0.97% -
XYZ 48.55 29.47 36.39 -
YUV 144.05 137.01 202.15 -
System Red Green Blue C M Y K H S L
Decimal 248 88 160 0 0.65 0.35 0.03 333 0.92 0.66
Hex F8 58 A0 0 41 23 3 14D 5C 42
Octal 370 130 240 0 101 43 3 515 134 102
Binary 11111000 1011000 10100000 0 1000001 100011 11 101001101 1011100 1000010

Color Harmonies of #F858A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F858A0

Black with #F858A0

Text Example


Text Example

White with #F858A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F858A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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