Html Css Color HEX #F75997 Brilliant Rose

📋 copy color: '#F75997'

red 247 ◦ green 89 ◦ blue 151

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

Shades of Brilliant Rose #F75997

Tints of Brilliant Rose #F75997

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.28%

 BLUE value IS 151 (59.38% from 255) = 31.01%

R = 50.72%
G = 18.28%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F75997 (or 0xF75997) is known color: Brilliant Rose. HEX triplet: F7, 59 and 97. RGB value is (247,89,151). Sum of RGB (Red+Green+Blue) = 247+89+151=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F75997 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75997 is #08A668. Grayscale: #8F8F8F. Windows color (decimal): -566889 or 9918967. OLE color: 9918967.

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

Color convert

RGB 247 89 151 -
CMYK 0 0.64 0.39 0.03
HSL 336.46º 0.91% 0.66% -
HSV(B) 336.46º 0.64% 0.97% -
XYZ 47.52 29.15 32.4 -
YUV 143.31 132.35 201.96 -
System Red Green Blue C M Y K H S L
Decimal 247 89 151 0 0.64 0.39 0.03 336.46 0.91 0.66
Hex F7 59 97 0 40 27 3 150 5B 42
Octal 367 131 227 0 100 47 3 520 133 102
Binary 11110111 1011001 10010111 0 1000000 100111 11 101010000 1011011 1000010

Color Harmonies of #F75997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75997

Black with #F75997

Text Example


Text Example

White with #F75997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75997; }

 p { color: rgb(247,89,151); }

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

background-color css

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

 a { background-color: rgb(247,89,151); }

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

border-color css

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

 span { border-color: rgb(247,89,151); }

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