Html Css Color HEX #F150B2 Brilliant Rose

📋 copy color: '#F150B2'

red 241 ◦ green 80 ◦ blue 178

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

Shades of Brilliant Rose #F150B2

Tints of Brilliant Rose #F150B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.67%

R = 48.3%
G = 16.03%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F150B2 (or 0xF150B2) is known color: Brilliant Rose. HEX triplet: F1, 50 and B2. RGB value is (241,80,178). Sum of RGB (Red+Green+Blue) = 241+80+178=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F150B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F150B2 is #0EAF4D. Grayscale: #8B8B8B. Windows color (decimal): -962382 or 11686129. OLE color: 11686129.

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

Color convert

RGB 241 80 178 -
CMYK 0 0.67 0.26 0.05
HSL 323.48º 0.85% 0.63% -
HSV(B) 323.48º 0.67% 0.95% -
XYZ 47.18 27.65 44.97 -
YUV 139.31 149.84 200.53 -
System Red Green Blue C M Y K H S L
Decimal 241 80 178 0 0.67 0.26 0.05 323.48 0.85 0.63
Hex F1 50 B2 0 43 1A 5 143 55 3F
Octal 361 120 262 0 103 32 5 503 125 77
Binary 11110001 1010000 10110010 0 1000011 11010 101 101000011 1010101 111111

Color Harmonies of #F150B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F150B2

Black with #F150B2

Text Example


Text Example

White with #F150B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F150B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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