Html Css Color HEX #F75197 Brilliant Rose

📋 copy color: '#F75197'

red 247 ◦ green 81 ◦ blue 151

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

Shades of Brilliant Rose #F75197

Tints of Brilliant Rose #F75197

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.91%

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

R = 51.57%
G = 16.91%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F75197 (or 0xF75197) is known color: Brilliant Rose. HEX triplet: F7, 51 and 97. RGB value is (247,81,151). Sum of RGB (Red+Green+Blue) = 247+81+151=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F75197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75197 is #08AE68. Grayscale: #8A8A8A. Windows color (decimal): -568937 or 9916919. OLE color: 9916919.

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

Color convert

RGB 247 81 151 -
CMYK 0 0.67 0.39 0.03
HSL 334.7º 0.91% 0.64% -
HSV(B) 334.7º 0.67% 0.97% -
XYZ 46.89 27.89 32.19 -
YUV 138.61 135 205.31 -
System Red Green Blue C M Y K H S L
Decimal 247 81 151 0 0.67 0.39 0.03 334.7 0.91 0.64
Hex F7 51 97 0 43 27 3 14F 5B 40
Octal 367 121 227 0 103 47 3 517 133 100
Binary 11110111 1010001 10010111 0 1000011 100111 11 101001111 1011011 1000000

Color Harmonies of #F75197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75197

Black with #F75197

Text Example


Text Example

White with #F75197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75197; }

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

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

background-color css

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

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

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

border-color css

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

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

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