Html Css Color HEX #F75AAA Brilliant Rose

📋 copy color: '#F75AAA'

red 247 ◦ green 90 ◦ blue 170

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

Shades of Brilliant Rose #F75AAA

Tints of Brilliant Rose #F75AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.53%

R = 48.72%
G = 17.75%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F75AAA (or 0xF75AAA) is known color: Brilliant Rose. HEX triplet: F7, 5A and AA. RGB value is (247,90,170). Sum of RGB (Red+Green+Blue) = 247+90+170=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F75AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75AAA is #08A555. Grayscale: #919191. Windows color (decimal): -566614 or 11164407. OLE color: 11164407.

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

Color convert

RGB 247 90 170 -
CMYK 0 0.64 0.31 0.03
HSL 329.43º 0.91% 0.66% -
HSV(B) 329.43º 0.64% 0.97% -
XYZ 49.27 29.99 41.22 -
YUV 146.06 141.51 200 -
System Red Green Blue C M Y K H S L
Decimal 247 90 170 0 0.64 0.31 0.03 329.43 0.91 0.66
Hex F7 5A AA 0 40 1F 3 149 5B 42
Octal 367 132 252 0 100 37 3 511 133 102
Binary 11110111 1011010 10101010 0 1000000 11111 11 101001001 1011011 1000010

Color Harmonies of #F75AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75AAA

Black with #F75AAA

Text Example


Text Example

White with #F75AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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