Html Css Color HEX #F756AD Brilliant Rose

📋 copy color: '#F756AD'

red 247 ◦ green 86 ◦ blue 173

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

Shades of Brilliant Rose #F756AD

Tints of Brilliant Rose #F756AD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17%

 BLUE value IS 173 (67.97% from 255) = 34.19%

R = 48.81%
G = 17%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F756AD (or 0xF756AD) is known color: Brilliant Rose. HEX triplet: F7, 56 and AD. RGB value is (247,86,173). Sum of RGB (Red+Green+Blue) = 247+86+173=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 86 (33.98% from 255 or 17.00% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F756AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F756AD is #08A952. Grayscale: #8F8F8F. Windows color (decimal): -567635 or 11359991. OLE color: 11359991.

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

Color convert

RGB 247 86 173 -
CMYK 0 0.65 0.30 0.03
HSL 327.58º 0.91% 0.65% -
HSV(B) 327.58º 0.65% 0.97% -
XYZ 49.23 29.45 42.62 -
YUV 144.06 144.34 201.43 -
System Red Green Blue C M Y K H S L
Decimal 247 86 173 0 0.65 0.30 0.03 327.58 0.91 0.65
Hex F7 56 AD 0 41 1E 3 148 5B 41
Octal 367 126 255 0 101 36 3 510 133 101
Binary 11110111 1010110 10101101 0 1000001 11110 11 101001000 1011011 1000001

Color Harmonies of #F756AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F756AD

Black with #F756AD

Text Example


Text Example

White with #F756AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F756AD; }

 p { color: rgb(247,86,173); }

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

background-color css

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

 a { background-color: rgb(247,86,173); }

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

border-color css

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

 span { border-color: rgb(247,86,173); }

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