Html Css Color HEX #F1539D Brilliant Rose

📋 copy color: '#F1539D'

red 241 ◦ green 83 ◦ blue 157

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

Shades of Brilliant Rose #F1539D

Tints of Brilliant Rose #F1539D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.26%

 BLUE value IS 157 (61.72% from 255) = 32.64%

R = 50.1%
G = 17.26%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1539D (or 0xF1539D) is known color: Brilliant Rose. HEX triplet: F1, 53 and 9D. RGB value is (241,83,157). Sum of RGB (Red+Green+Blue) = 241+83+157=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1539D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1539D is #0EAC62. Grayscale: #8A8A8A. Windows color (decimal): -961635 or 10310641. OLE color: 10310641.

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

Color convert

RGB 241 83 157 -
CMYK 0 0.66 0.35 0.05
HSL 331.9º 0.85% 0.64% -
HSV(B) 331.9º 0.66% 0.95% -
XYZ 45.45 27.32 34.78 -
YUV 138.68 138.35 200.98 -
System Red Green Blue C M Y K H S L
Decimal 241 83 157 0 0.66 0.35 0.05 331.9 0.85 0.64
Hex F1 53 9D 0 42 23 5 14C 55 40
Octal 361 123 235 0 102 43 5 514 125 100
Binary 11110001 1010011 10011101 0 1000010 100011 101 101001100 1010101 1000000

Color Harmonies of #F1539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1539D

Black with #F1539D

Text Example


Text Example

White with #F1539D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1539D; }

 p { color: rgb(241,83,157); }

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

background-color css

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

 a { background-color: rgb(241,83,157); }

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

border-color css

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

 span { border-color: rgb(241,83,157); }

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