Html Css Color HEX #F150B9 Brilliant Rose

📋 copy color: '#F150B9'

red 241 ◦ green 80 ◦ blue 185

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

Shades of Brilliant Rose #F150B9

Tints of Brilliant Rose #F150B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.56%

R = 47.63%
G = 15.81%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F150B9 (or 0xF150B9) is known color: Brilliant Rose. HEX triplet: F1, 50 and B9. RGB value is (241,80,185). Sum of RGB (Red+Green+Blue) = 241+80+185=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F150B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F150B9 is #0EAF46. Grayscale: #8B8B8B. Windows color (decimal): -962375 or 12144881. OLE color: 12144881.

HSL color Cylindrical-coordinate representation of color #F150B9: hue angle of 320.87º 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 #F150B9 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 80 185 -
CMYK 0 0.67 0.23 0.05
HSL 320.87º 0.85% 0.63% -
HSV(B) 320.87º 0.67% 0.95% -
XYZ 47.9 27.94 48.77 -
YUV 140.11 153.34 199.96 -
System Red Green Blue C M Y K H S L
Decimal 241 80 185 0 0.67 0.23 0.05 320.87 0.85 0.63
Hex F1 50 B9 0 43 17 5 141 55 3F
Octal 361 120 271 0 103 27 5 501 125 77
Binary 11110001 1010000 10111001 0 1000011 10111 101 101000001 1010101 111111

Color Harmonies of #F150B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F150B9

Black with #F150B9

Text Example


Text Example

White with #F150B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F150B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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