Html Css Color HEX #F75AA6 Brilliant Rose

📋 copy color: '#F75AA6'

red 247 ◦ green 90 ◦ blue 166

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

Shades of Brilliant Rose #F75AA6

Tints of Brilliant Rose #F75AA6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.89%

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

R = 49.11%
G = 17.89%
B = 33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F75AA6 (or 0xF75AA6) is known color: Brilliant Rose. HEX triplet: F7, 5A and A6. RGB value is (247,90,166). Sum of RGB (Red+Green+Blue) = 247+90+166=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F75AA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75AA6 is #08A559. Grayscale: #919191. Windows color (decimal): -566618 or 10902263. OLE color: 10902263.

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

Color convert

RGB 247 90 166 -
CMYK 0 0.64 0.33 0.03
HSL 330.96º 0.91% 0.66% -
HSV(B) 330.96º 0.64% 0.97% -
XYZ 48.9 29.84 39.26 -
YUV 145.61 139.51 200.32 -
System Red Green Blue C M Y K H S L
Decimal 247 90 166 0 0.64 0.33 0.03 330.96 0.91 0.66
Hex F7 5A A6 0 40 21 3 14B 5B 42
Octal 367 132 246 0 100 41 3 513 133 102
Binary 11110111 1011010 10100110 0 1000000 100001 11 101001011 1011011 1000010

Color Harmonies of #F75AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75AA6

Black with #F75AA6

Text Example


Text Example

White with #F75AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75AA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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