Html Css Color HEX #F85D98 Brilliant Rose

📋 copy color: '#F85D98'

red 248 ◦ green 93 ◦ blue 152

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

Shades of Brilliant Rose #F85D98

Tints of Brilliant Rose #F85D98

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.86%

 BLUE value IS 152 (59.77% from 255) = 30.83%

R = 50.3%
G = 18.86%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F85D98 (or 0xF85D98) is known color: Brilliant Rose. HEX triplet: F8, 5D and 98. RGB value is (248,93,152). Sum of RGB (Red+Green+Blue) = 248+93+152=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85D98 is #07A267. Grayscale: #919191. Windows color (decimal): -500328 or 9985528. OLE color: 9985528.

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

Color convert

RGB 248 93 152 -
CMYK 0 0.62 0.39 0.03
HSL 337.16º 0.92% 0.67% -
HSV(B) 337.16º 0.63% 0.97% -
XYZ 48.29 30.05 32.96 -
YUV 146.07 131.35 200.7 -
System Red Green Blue C M Y K H S L
Decimal 248 93 152 0 0.62 0.39 0.03 337.16 0.92 0.67
Hex F8 5D 98 0 3E 27 3 151 5C 43
Octal 370 135 230 0 76 47 3 521 134 103
Binary 11111000 1011101 10011000 0 111110 100111 11 101010001 1011100 1000011

Color Harmonies of #F85D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85D98

Black with #F85D98

Text Example


Text Example

White with #F85D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85D98; }

 p { color: rgb(248,93,152); }

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

background-color css

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

 a { background-color: rgb(248,93,152); }

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

border-color css

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

 span { border-color: rgb(248,93,152); }

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