Html Css Color HEX #F7529D Brilliant Rose

📋 copy color: '#F7529D'

red 247 ◦ green 82 ◦ blue 157

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

Shades of Brilliant Rose #F7529D

Tints of Brilliant Rose #F7529D

RGB

 RED value IS 247 (96.88% from 255) = 50.82%

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

 BLUE value IS 157 (61.72% from 255) = 32.3%

R = 50.82%
G = 16.87%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F7529D (or 0xF7529D) is known color: Brilliant Rose. HEX triplet: F7, 52 and 9D. RGB value is (247,82,157). Sum of RGB (Red+Green+Blue) = 247+82+157=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F7529D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7529D is #08AD62. Grayscale: #8B8B8B. Windows color (decimal): -568675 or 10310391. OLE color: 10310391.

HSL color Cylindrical-coordinate representation of color #F7529D: hue angle of 332.73º degrees, saturation: 0.91, 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 #F7529D is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 82 157 -
CMYK 0 0.67 0.36 0.03
HSL 332.73º 0.91% 0.65% -
HSV(B) 332.73º 0.67% 0.97% -
XYZ 47.46 28.24 34.85 -
YUV 139.89 137.66 204.4 -
System Red Green Blue C M Y K H S L
Decimal 247 82 157 0 0.67 0.36 0.03 332.73 0.91 0.65
Hex F7 52 9D 0 43 24 3 14D 5B 41
Octal 367 122 235 0 103 44 3 515 133 101
Binary 11110111 1010010 10011101 0 1000011 100100 11 101001101 1011011 1000001

Color Harmonies of #F7529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7529D

Black with #F7529D

Text Example


Text Example

White with #F7529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7529D; }

 p { color: rgb(247,82,157); }

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

background-color css

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

 a { background-color: rgb(247,82,157); }

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

border-color css

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

 span { border-color: rgb(247,82,157); }

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