Html Css Color HEX #F85C94 Brilliant Rose

📋 copy color: '#F85C94'

red 248 ◦ green 92 ◦ blue 148

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

Shades of Brilliant Rose #F85C94

Tints of Brilliant Rose #F85C94

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.85%

 BLUE value IS 148 (58.2% from 255) = 30.33%

R = 50.82%
G = 18.85%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F85C94 (or 0xF85C94) is known color: Brilliant Rose. HEX triplet: F8, 5C and 94. RGB value is (248,92,148). Sum of RGB (Red+Green+Blue) = 248+92+148=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85C94 is #07A36B. Grayscale: #909090. Windows color (decimal): -500588 or 9723128. OLE color: 9723128.

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

Color convert

RGB 248 92 148 -
CMYK 0 0.63 0.40 0.03
HSL 338.46º 0.92% 0.67% -
HSV(B) 338.46º 0.63% 0.97% -
XYZ 47.88 29.75 31.24 -
YUV 145.03 129.68 201.45 -
System Red Green Blue C M Y K H S L
Decimal 248 92 148 0 0.63 0.40 0.03 338.46 0.92 0.67
Hex F8 5C 94 0 3F 28 3 152 5C 43
Octal 370 134 224 0 77 50 3 522 134 103
Binary 11111000 1011100 10010100 0 111111 101000 11 101010010 1011100 1000011

Color Harmonies of #F85C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85C94

Black with #F85C94

Text Example


Text Example

White with #F85C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85C94; }

 p { color: rgb(248,92,148); }

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

background-color css

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

 a { background-color: rgb(248,92,148); }

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

border-color css

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

 span { border-color: rgb(248,92,148); }

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