Html Css Color HEX #F85AAE Brilliant Rose

📋 copy color: '#F85AAE'

red 248 ◦ green 90 ◦ blue 174

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

Shades of Brilliant Rose #F85AAE

Tints of Brilliant Rose #F85AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.58%

 BLUE value IS 174 (68.36% from 255) = 33.98%

R = 48.44%
G = 17.58%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F85AAE (or 0xF85AAE) is known color: Brilliant Rose. HEX triplet: F8, 5A and AE. RGB value is (248,90,174). Sum of RGB (Red+Green+Blue) = 248+90+174=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F85AAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85AAE is #07A551. Grayscale: #929292. Windows color (decimal): -501074 or 11426552. OLE color: 11426552.

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

Color convert

RGB 248 90 174 -
CMYK 0 0.64 0.30 0.03
HSL 328.1º 0.92% 0.66% -
HSV(B) 328.1º 0.64% 0.97% -
XYZ 50.01 30.32 43.26 -
YUV 146.82 143.35 200.17 -
System Red Green Blue C M Y K H S L
Decimal 248 90 174 0 0.64 0.30 0.03 328.1 0.92 0.66
Hex F8 5A AE 0 40 1E 3 148 5C 42
Octal 370 132 256 0 100 36 3 510 134 102
Binary 11111000 1011010 10101110 0 1000000 11110 11 101001000 1011100 1000010

Color Harmonies of #F85AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85AAE

Black with #F85AAE

Text Example


Text Example

White with #F85AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85AAE; }

 p { color: rgb(248,90,174); }

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

background-color css

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

 a { background-color: rgb(248,90,174); }

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

border-color css

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

 span { border-color: rgb(248,90,174); }

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