Html Css Color HEX #F75D99 Brilliant Rose

📋 copy color: '#F75D99'

red 247 ◦ green 93 ◦ blue 153

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

Shades of Brilliant Rose #F75D99

Tints of Brilliant Rose #F75D99

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.86%

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

R = 50.1%
G = 18.86%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F75D99 (or 0xF75D99) is known color: Brilliant Rose. HEX triplet: F7, 5D and 99. RGB value is (247,93,153). Sum of RGB (Red+Green+Blue) = 247+93+153=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75D99 is #08A266. Grayscale: #919191. Windows color (decimal): -565863 or 10051063. OLE color: 10051063.

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

Color convert

RGB 247 93 153 -
CMYK 0 0.62 0.38 0.03
HSL 336.62º 0.91% 0.67% -
HSV(B) 336.62º 0.62% 0.97% -
XYZ 48.02 29.9 33.38 -
YUV 145.89 132.02 200.12 -
System Red Green Blue C M Y K H S L
Decimal 247 93 153 0 0.62 0.38 0.03 336.62 0.91 0.67
Hex F7 5D 99 0 3E 26 3 151 5B 43
Octal 367 135 231 0 76 46 3 521 133 103
Binary 11110111 1011101 10011001 0 111110 100110 11 101010001 1011011 1000011

Color Harmonies of #F75D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75D99

Black with #F75D99

Text Example


Text Example

White with #F75D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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