Html Css Color HEX #F75E9B Brilliant Rose

📋 copy color: '#F75E9B'

red 247 ◦ green 94 ◦ blue 155

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

Shades of Brilliant Rose #F75E9B

Tints of Brilliant Rose #F75E9B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.95%

 BLUE value IS 155 (60.94% from 255) = 31.25%

R = 49.8%
G = 18.95%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F75E9B (or 0xF75E9B) is known color: Brilliant Rose. HEX triplet: F7, 5E and 9B. RGB value is (247,94,155). Sum of RGB (Red+Green+Blue) = 247+94+155=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F75E9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75E9B is #08A164. Grayscale: #929292. Windows color (decimal): -565605 or 10182391. OLE color: 10182391.

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

Color convert

RGB 247 94 155 -
CMYK 0 0.62 0.37 0.03
HSL 336.08º 0.91% 0.67% -
HSV(B) 336.08º 0.62% 0.97% -
XYZ 48.28 30.15 34.28 -
YUV 146.7 132.69 199.54 -
System Red Green Blue C M Y K H S L
Decimal 247 94 155 0 0.62 0.37 0.03 336.08 0.91 0.67
Hex F7 5E 9B 0 3E 25 3 150 5B 43
Octal 367 136 233 0 76 45 3 520 133 103
Binary 11110111 1011110 10011011 0 111110 100101 11 101010000 1011011 1000011

Color Harmonies of #F75E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75E9B

Black with #F75E9B

Text Example


Text Example

White with #F75E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75E9B; }

 p { color: rgb(247,94,155); }

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

background-color css

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

 a { background-color: rgb(247,94,155); }

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

border-color css

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

 span { border-color: rgb(247,94,155); }

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