Html Css Color HEX #F756A4 Brilliant Rose

📋 copy color: '#F756A4'

red 247 ◦ green 86 ◦ blue 164

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

Shades of Brilliant Rose #F756A4

Tints of Brilliant Rose #F756A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33%

R = 49.7%
G = 17.3%
B = 33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#F756A4 (or 0xF756A4) is known color: Brilliant Rose. HEX triplet: F7, 56 and A4. RGB value is (247,86,164). Sum of RGB (Red+Green+Blue) = 247+86+164=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 164 (64.45% from 255 or 33.00% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F756A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F756A4 is #08A95B. Grayscale: #8E8E8E. Windows color (decimal): -567644 or 10770167. OLE color: 10770167.

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

Color convert

RGB 247 86 164 -
CMYK 0 0.65 0.34 0.03
HSL 330.93º 0.91% 0.65% -
HSV(B) 330.93º 0.65% 0.97% -
XYZ 48.39 29.11 38.19 -
YUV 143.03 139.84 202.16 -
System Red Green Blue C M Y K H S L
Decimal 247 86 164 0 0.65 0.34 0.03 330.93 0.91 0.65
Hex F7 56 A4 0 41 22 3 14B 5B 41
Octal 367 126 244 0 101 42 3 513 133 101
Binary 11110111 1010110 10100100 0 1000001 100010 11 101001011 1011011 1000001

Color Harmonies of #F756A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F756A4

Black with #F756A4

Text Example


Text Example

White with #F756A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F756A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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