Html Css Color HEX #F15698 Brilliant Rose

📋 copy color: '#F15698'

red 241 ◦ green 86 ◦ blue 152

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

Shades of Brilliant Rose #F15698

Tints of Brilliant Rose #F15698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.95%

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

R = 50.31%
G = 17.95%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F15698 (or 0xF15698) is known color: Brilliant Rose. HEX triplet: F1, 56 and 98. RGB value is (241,86,152). Sum of RGB (Red+Green+Blue) = 241+86+152=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F15698 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15698 is #0EA967. Grayscale: #8B8B8B. Windows color (decimal): -960872 or 9983729. OLE color: 9983729.

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

Color convert

RGB 241 86 152 -
CMYK 0 0.64 0.37 0.05
HSL 334.45º 0.85% 0.64% -
HSV(B) 334.45º 0.64% 0.95% -
XYZ 45.27 27.62 32.65 -
YUV 139.87 134.85 200.13 -
System Red Green Blue C M Y K H S L
Decimal 241 86 152 0 0.64 0.37 0.05 334.45 0.85 0.64
Hex F1 56 98 0 40 25 5 14E 55 40
Octal 361 126 230 0 100 45 5 516 125 100
Binary 11110001 1010110 10011000 0 1000000 100101 101 101001110 1010101 1000000

Color Harmonies of #F15698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15698

Black with #F15698

Text Example


Text Example

White with #F15698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15698; }

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

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

background-color css

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

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

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

border-color css

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

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

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