Html Css Color HEX #F1509D Brilliant Rose

📋 copy color: '#F1509D'

red 241 ◦ green 80 ◦ blue 157

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

Shades of Brilliant Rose #F1509D

Tints of Brilliant Rose #F1509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.74%

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

R = 50.42%
G = 16.74%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1509D (or 0xF1509D) is known color: Brilliant Rose. HEX triplet: F1, 50 and 9D. RGB value is (241,80,157). Sum of RGB (Red+Green+Blue) = 241+80+157=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F1509D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1509D is #0EAF62. Grayscale: #888888. Windows color (decimal): -962403 or 10309873. OLE color: 10309873.

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

Color convert

RGB 241 80 157 -
CMYK 0 0.67 0.35 0.05
HSL 331.3º 0.85% 0.63% -
HSV(B) 331.3º 0.67% 0.95% -
XYZ 45.23 26.87 34.7 -
YUV 136.92 139.34 202.24 -
System Red Green Blue C M Y K H S L
Decimal 241 80 157 0 0.67 0.35 0.05 331.3 0.85 0.63
Hex F1 50 9D 0 43 23 5 14B 55 3F
Octal 361 120 235 0 103 43 5 513 125 77
Binary 11110001 1010000 10011101 0 1000011 100011 101 101001011 1010101 111111

Color Harmonies of #F1509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1509D

Black with #F1509D

Text Example


Text Example

White with #F1509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1509D; }

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

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

background-color css

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

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

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

border-color css

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

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

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