Html Css Color HEX #F75CAC Brilliant Rose

📋 copy color: '#F75CAC'

red 247 ◦ green 92 ◦ blue 172

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

Shades of Brilliant Rose #F75CAC

Tints of Brilliant Rose #F75CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18%

 BLUE value IS 172 (67.58% from 255) = 33.66%

R = 48.34%
G = 18%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F75CAC (or 0xF75CAC) is known color: Brilliant Rose. HEX triplet: F7, 5C and AC. RGB value is (247,92,172). Sum of RGB (Red+Green+Blue) = 247+92+172=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F75CAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75CAC is #08A353. Grayscale: #939393. Windows color (decimal): -566100 or 11295991. OLE color: 11295991.

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

Color convert

RGB 247 92 172 -
CMYK 0 0.63 0.30 0.03
HSL 329.03º 0.91% 0.66% -
HSV(B) 329.03º 0.63% 0.97% -
XYZ 49.63 30.41 42.28 -
YUV 147.47 141.85 199 -
System Red Green Blue C M Y K H S L
Decimal 247 92 172 0 0.63 0.30 0.03 329.03 0.91 0.66
Hex F7 5C AC 0 3F 1E 3 149 5B 42
Octal 367 134 254 0 77 36 3 511 133 102
Binary 11110111 1011100 10101100 0 111111 11110 11 101001001 1011011 1000010

Color Harmonies of #F75CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75CAC

Black with #F75CAC

Text Example


Text Example

White with #F75CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75CAC; }

 p { color: rgb(247,92,172); }

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

background-color css

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

 a { background-color: rgb(247,92,172); }

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

border-color css

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

 span { border-color: rgb(247,92,172); }

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