Html Css Color HEX #F16096 Brilliant Rose

📋 copy color: '#F16096'

red 241 ◦ green 96 ◦ blue 150

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

Shades of Brilliant Rose #F16096

Tints of Brilliant Rose #F16096

RGB

 RED value IS 241 (94.53% from 255) = 49.49%

 GREEN value IS 96 (37.89% from 255) = 19.71%

 BLUE value IS 150 (58.98% from 255) = 30.8%

R = 49.49%
G = 19.71%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F16096 (or 0xF16096) is known color: Brilliant Rose. HEX triplet: F1, 60 and 96. RGB value is (241,96,150). Sum of RGB (Red+Green+Blue) = 241+96+150=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F16096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16096 is #0E9F69. Grayscale: #919191. Windows color (decimal): -958314 or 9855217. OLE color: 9855217.

HSL color Cylindrical-coordinate representation of color #F16096: hue angle of 337.66º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F16096 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 96 150 -
CMYK 0 0.60 0.38 0.05
HSL 337.66º 0.84% 0.66% -
HSV(B) 337.66º 0.6% 0.95% -
XYZ 45.96 29.27 32.08 -
YUV 145.51 130.54 196.11 -
System Red Green Blue C M Y K H S L
Decimal 241 96 150 0 0.60 0.38 0.05 337.66 0.84 0.66
Hex F1 60 96 0 3C 26 5 152 54 42
Octal 361 140 226 0 74 46 5 522 124 102
Binary 11110001 1100000 10010110 0 111100 100110 101 101010010 1010100 1000010

Color Harmonies of #F16096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16096

Black with #F16096

Text Example


Text Example

White with #F16096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16096; }

 p { color: rgb(241,96,150); }

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

background-color css

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

 a { background-color: rgb(241,96,150); }

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

border-color css

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

 span { border-color: rgb(241,96,150); }

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