Html Css Color HEX #F756AF Brilliant Rose

📋 copy color: '#F756AF'

red 247 ◦ green 86 ◦ blue 175

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

Shades of Brilliant Rose #F756AF

Tints of Brilliant Rose #F756AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.45%

R = 48.62%
G = 16.93%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F756AF (or 0xF756AF) is known color: Brilliant Rose. HEX triplet: F7, 56 and AF. RGB value is (247,86,175). Sum of RGB (Red+Green+Blue) = 247+86+175=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 86 (33.98% from 255 or 16.93% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F756AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F756AF is #08A950. Grayscale: #909090. Windows color (decimal): -567633 or 11491063. OLE color: 11491063.

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

Color convert

RGB 247 86 175 -
CMYK 0 0.65 0.29 0.03
HSL 326.83º 0.91% 0.65% -
HSV(B) 326.83º 0.65% 0.97% -
XYZ 49.42 29.52 43.65 -
YUV 144.29 145.34 201.26 -
System Red Green Blue C M Y K H S L
Decimal 247 86 175 0 0.65 0.29 0.03 326.83 0.91 0.65
Hex F7 56 AF 0 41 1D 3 147 5B 41
Octal 367 126 257 0 101 35 3 507 133 101
Binary 11110111 1010110 10101111 0 1000001 11101 11 101000111 1011011 1000001

Color Harmonies of #F756AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F756AF

Black with #F756AF

Text Example


Text Example

White with #F756AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F756AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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