Html Css Color HEX #F85EAC Brilliant Rose

📋 copy color: '#F85EAC'

red 248 ◦ green 94 ◦ blue 172

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

Shades of Brilliant Rose #F85EAC

Tints of Brilliant Rose #F85EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.29%

 BLUE value IS 172 (67.58% from 255) = 33.46%

R = 48.25%
G = 18.29%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F85EAC (or 0xF85EAC) is known color: Brilliant Rose. HEX triplet: F8, 5E and AC. RGB value is (248,94,172). Sum of RGB (Red+Green+Blue) = 248+94+172=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 94 (37.11% from 255 or 18.29% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F85EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85EAC is #07A153. Grayscale: #949494. Windows color (decimal): -500052 or 11296504. OLE color: 11296504.

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

Color convert

RGB 248 94 172 -
CMYK 0 0.62 0.31 0.03
HSL 329.61º 0.92% 0.67% -
HSV(B) 329.61º 0.62% 0.97% -
XYZ 50.16 30.94 42.36 -
YUV 148.94 141.02 198.66 -
System Red Green Blue C M Y K H S L
Decimal 248 94 172 0 0.62 0.31 0.03 329.61 0.92 0.67
Hex F8 5E AC 0 3E 1F 3 14A 5C 43
Octal 370 136 254 0 76 37 3 512 134 103
Binary 11111000 1011110 10101100 0 111110 11111 11 101001010 1011100 1000011

Color Harmonies of #F85EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85EAC

Black with #F85EAC

Text Example


Text Example

White with #F85EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85EAC; }

 p { color: rgb(248,94,172); }

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

background-color css

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

 a { background-color: rgb(248,94,172); }

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

border-color css

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

 span { border-color: rgb(248,94,172); }

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