Html Css Color HEX #F75AA3 Brilliant Rose

📋 copy color: '#F75AA3'

red 247 ◦ green 90 ◦ blue 163

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

Shades of Brilliant Rose #F75AA3

Tints of Brilliant Rose #F75AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.6%

R = 49.4%
G = 18%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#F75AA3 (or 0xF75AA3) is known color: Brilliant Rose. HEX triplet: F7, 5A and A3. RGB value is (247,90,163). Sum of RGB (Red+Green+Blue) = 247+90+163=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 163 (64.06% from 255 or 32.6% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F75AA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75AA3 is #08A55C. Grayscale: #919191. Windows color (decimal): -566621 or 10705655. OLE color: 10705655.

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

Color convert

RGB 247 90 163 -
CMYK 0 0.64 0.34 0.03
HSL 332.1º 0.91% 0.66% -
HSV(B) 332.1º 0.64% 0.97% -
XYZ 48.62 29.73 37.83 -
YUV 145.27 138.01 200.56 -
System Red Green Blue C M Y K H S L
Decimal 247 90 163 0 0.64 0.34 0.03 332.1 0.91 0.66
Hex F7 5A A3 0 40 22 3 14C 5B 42
Octal 367 132 243 0 100 42 3 514 133 102
Binary 11110111 1011010 10100011 0 1000000 100010 11 101001100 1011011 1000010

Color Harmonies of #F75AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75AA3

Black with #F75AA3

Text Example


Text Example

White with #F75AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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