Html Css Color HEX #F764A6 Brilliant Rose

📋 copy color: '#F764A6'

red 247 ◦ green 100 ◦ blue 166

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

Shades of Brilliant Rose #F764A6

Tints of Brilliant Rose #F764A6

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.49%

 BLUE value IS 166 (65.23% from 255) = 32.36%

R = 48.15%
G = 19.49%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F764A6 (or 0xF764A6) is known color: Brilliant Rose. HEX triplet: F7, 64 and A6. RGB value is (247,100,166). Sum of RGB (Red+Green+Blue) = 247+100+166=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F764A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F764A6 is #089B59. Grayscale: #979797. Windows color (decimal): -564058 or 10904823. OLE color: 10904823.

HSL color Cylindrical-coordinate representation of color #F764A6: hue angle of 333.06º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F764A6 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 100 166 -
CMYK 0 0.60 0.33 0.03
HSL 333.06º 0.9% 0.68% -
HSV(B) 333.06º 0.6% 0.97% -
XYZ 49.8 31.64 39.56 -
YUV 151.48 136.2 196.13 -
System Red Green Blue C M Y K H S L
Decimal 247 100 166 0 0.60 0.33 0.03 333.06 0.9 0.68
Hex F7 64 A6 0 3C 21 3 14D 5A 44
Octal 367 144 246 0 74 41 3 515 132 104
Binary 11110111 1100100 10100110 0 111100 100001 11 101001101 1011010 1000100

Color Harmonies of #F764A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F764A6

Black with #F764A6

Text Example


Text Example

White with #F764A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F764A6; }

 p { color: rgb(247,100,166); }

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

background-color css

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

 a { background-color: rgb(247,100,166); }

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

border-color css

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

 span { border-color: rgb(247,100,166); }

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