Html Css Color HEX #F16298 Brilliant Rose

📋 copy color: '#F16298'

red 241 ◦ green 98 ◦ blue 152

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

Shades of Brilliant Rose #F16298

Tints of Brilliant Rose #F16298

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.96%

 BLUE value IS 152 (59.77% from 255) = 30.96%

R = 49.08%
G = 19.96%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F16298 (or 0xF16298) is known color: Brilliant Rose. HEX triplet: F1, 62 and 98. RGB value is (241,98,152). Sum of RGB (Red+Green+Blue) = 241+98+152=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F16298 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16298 is #0E9D67. Grayscale: #929292. Windows color (decimal): -957800 or 9986801. OLE color: 9986801.

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

Color convert

RGB 241 98 152 -
CMYK 0 0.59 0.37 0.05
HSL 337.34º 0.84% 0.66% -
HSV(B) 337.34º 0.59% 0.95% -
XYZ 46.31 29.7 33 -
YUV 146.91 130.88 195.11 -
System Red Green Blue C M Y K H S L
Decimal 241 98 152 0 0.59 0.37 0.05 337.34 0.84 0.66
Hex F1 62 98 0 3B 25 5 151 54 42
Octal 361 142 230 0 73 45 5 521 124 102
Binary 11110001 1100010 10011000 0 111011 100101 101 101010001 1010100 1000010

Color Harmonies of #F16298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16298

Black with #F16298

Text Example


Text Example

White with #F16298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16298; }

 p { color: rgb(241,98,152); }

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

background-color css

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

 a { background-color: rgb(241,98,152); }

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

border-color css

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

 span { border-color: rgb(241,98,152); }

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