Html Css Color HEX #F75497 Brilliant Rose

📋 copy color: '#F75497'

red 247 ◦ green 84 ◦ blue 151

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

Shades of Brilliant Rose #F75497

Tints of Brilliant Rose #F75497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.43%

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

R = 51.24%
G = 17.43%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F75497 (or 0xF75497) is known color: Brilliant Rose. HEX triplet: F7, 54 and 97. RGB value is (247,84,151). Sum of RGB (Red+Green+Blue) = 247+84+151=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F75497 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75497 is #08AB68. Grayscale: #8C8C8C. Windows color (decimal): -568169 or 9917687. OLE color: 9917687.

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

Color convert

RGB 247 84 151 -
CMYK 0 0.66 0.39 0.03
HSL 335.34º 0.91% 0.65% -
HSV(B) 335.34º 0.66% 0.97% -
XYZ 47.11 28.35 32.27 -
YUV 140.38 134 204.05 -
System Red Green Blue C M Y K H S L
Decimal 247 84 151 0 0.66 0.39 0.03 335.34 0.91 0.65
Hex F7 54 97 0 42 27 3 14F 5B 41
Octal 367 124 227 0 102 47 3 517 133 101
Binary 11110111 1010100 10010111 0 1000010 100111 11 101001111 1011011 1000001

Color Harmonies of #F75497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75497

Black with #F75497

Text Example


Text Example

White with #F75497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75497; }

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

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

background-color css

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

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

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

border-color css

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

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

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