Html Css Color HEX #F16095 Brilliant Rose

📋 copy color: '#F16095'

red 241 ◦ green 96 ◦ blue 149

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

Shades of Brilliant Rose #F16095

Tints of Brilliant Rose #F16095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.66%

R = 49.59%
G = 19.75%
B = 30.66%

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

#F16095 (or 0xF16095) is known color: Brilliant Rose. HEX triplet: F1, 60 and 95. RGB value is (241,96,149). Sum of RGB (Red+Green+Blue) = 241+96+149=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F16095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16095 is #0E9F6A. Grayscale: #919191. Windows color (decimal): -958315 or 9789681. OLE color: 9789681.

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

Color convert

RGB 241 96 149 -
CMYK 0 0.60 0.38 0.05
HSL 338.07º 0.84% 0.66% -
HSV(B) 338.07º 0.6% 0.95% -
XYZ 45.88 29.24 31.66 -
YUV 145.4 130.04 196.19 -
System Red Green Blue C M Y K H S L
Decimal 241 96 149 0 0.60 0.38 0.05 338.07 0.84 0.66
Hex F1 60 95 0 3C 26 5 152 54 42
Octal 361 140 225 0 74 46 5 522 124 102
Binary 11110001 1100000 10010101 0 111100 100110 101 101010010 1010100 1000010

Color Harmonies of #F16095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16095

Black with #F16095

Text Example


Text Example

White with #F16095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16095; }

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

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

background-color css

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

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

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

border-color css

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

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

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