Html Css Color HEX #F75C99 Brilliant Rose

📋 copy color: '#F75C99'

red 247 ◦ green 92 ◦ blue 153

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

Shades of Brilliant Rose #F75C99

Tints of Brilliant Rose #F75C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.1%

R = 50.2%
G = 18.7%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F75C99 (or 0xF75C99) is known color: Brilliant Rose. HEX triplet: F7, 5C and 99. RGB value is (247,92,153). Sum of RGB (Red+Green+Blue) = 247+92+153=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75C99 is #08A366. Grayscale: #919191. Windows color (decimal): -566119 or 10050807. OLE color: 10050807.

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

Color convert

RGB 247 92 153 -
CMYK 0 0.63 0.38 0.03
HSL 336.39º 0.91% 0.66% -
HSV(B) 336.39º 0.63% 0.97% -
XYZ 47.93 29.73 33.35 -
YUV 145.3 132.35 200.54 -
System Red Green Blue C M Y K H S L
Decimal 247 92 153 0 0.63 0.38 0.03 336.39 0.91 0.66
Hex F7 5C 99 0 3F 26 3 150 5B 42
Octal 367 134 231 0 77 46 3 520 133 102
Binary 11110111 1011100 10011001 0 111111 100110 11 101010000 1011011 1000010

Color Harmonies of #F75C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75C99

Black with #F75C99

Text Example


Text Example

White with #F75C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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