Html Css Color HEX #F8529B Brilliant Rose

📋 copy color: '#F8529B'

red 248 ◦ green 82 ◦ blue 155

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

Shades of Brilliant Rose #F8529B

Tints of Brilliant Rose #F8529B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.91%

 BLUE value IS 155 (60.94% from 255) = 31.96%

R = 51.13%
G = 16.91%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F8529B (or 0xF8529B) is known color: Brilliant Rose. HEX triplet: F8, 52 and 9B. RGB value is (248,82,155). Sum of RGB (Red+Green+Blue) = 248+82+155=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F8529B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8529B is #07AD64. Grayscale: #8B8B8B. Windows color (decimal): -503141 or 10179320. OLE color: 10179320.

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

Color convert

RGB 248 82 155 -
CMYK 0 0.67 0.38 0.03
HSL 333.61º 0.92% 0.65% -
HSV(B) 333.61º 0.67% 0.97% -
XYZ 47.65 28.36 33.97 -
YUV 139.96 136.5 205.06 -
System Red Green Blue C M Y K H S L
Decimal 248 82 155 0 0.67 0.38 0.03 333.61 0.92 0.65
Hex F8 52 9B 0 43 26 3 14E 5C 41
Octal 370 122 233 0 103 46 3 516 134 101
Binary 11111000 1010010 10011011 0 1000011 100110 11 101001110 1011100 1000001

Color Harmonies of #F8529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8529B

Black with #F8529B

Text Example


Text Example

White with #F8529B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8529B; }

 p { color: rgb(248,82,155); }

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

background-color css

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

 a { background-color: rgb(248,82,155); }

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

border-color css

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

 span { border-color: rgb(248,82,155); }

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