Html Css Color HEX #F15598 Brilliant Rose

📋 copy color: '#F15598'

red 241 ◦ green 85 ◦ blue 152

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

Shades of Brilliant Rose #F15598

Tints of Brilliant Rose #F15598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.78%

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

R = 50.42%
G = 17.78%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F15598 (or 0xF15598) is known color: Brilliant Rose. HEX triplet: F1, 55 and 98. RGB value is (241,85,152). Sum of RGB (Red+Green+Blue) = 241+85+152=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F15598 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15598 is #0EAA67. Grayscale: #8B8B8B. Windows color (decimal): -961128 or 9983473. OLE color: 9983473.

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

Color convert

RGB 241 85 152 -
CMYK 0 0.65 0.37 0.05
HSL 334.23º 0.85% 0.64% -
HSV(B) 334.23º 0.65% 0.95% -
XYZ 45.19 27.46 32.63 -
YUV 139.28 135.18 200.55 -
System Red Green Blue C M Y K H S L
Decimal 241 85 152 0 0.65 0.37 0.05 334.23 0.85 0.64
Hex F1 55 98 0 41 25 5 14E 55 40
Octal 361 125 230 0 101 45 5 516 125 100
Binary 11110001 1010101 10011000 0 1000001 100101 101 101001110 1010101 1000000

Color Harmonies of #F15598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15598

Black with #F15598

Text Example


Text Example

White with #F15598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15598; }

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

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

background-color css

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

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

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

border-color css

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

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

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