Html Css Color HEX #F148B1 Brilliant Rose

📋 copy color: '#F148B1'

red 241 ◦ green 72 ◦ blue 177

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

Shades of Brilliant Rose #F148B1

Tints of Brilliant Rose #F148B1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.69%

 BLUE value IS 177 (69.53% from 255) = 36.12%

R = 49.18%
G = 14.69%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F148B1 (or 0xF148B1) is known color: Brilliant Rose. HEX triplet: F1, 48 and B1. RGB value is (241,72,177). Sum of RGB (Red+Green+Blue) = 241+72+177=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 72 (28.52% from 255 or 14.69% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F148B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F148B1 is #0EB74E. Grayscale: #868686. Windows color (decimal): -964431 or 11618545. OLE color: 11618545.

HSL color Cylindrical-coordinate representation of color #F148B1: hue angle of 322.72º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F148B1 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 72 177 -
CMYK 0 0.70 0.27 0.05
HSL 322.72º 0.86% 0.61% -
HSV(B) 322.72º 0.7% 0.95% -
XYZ 46.53 26.51 44.26 -
YUV 134.5 151.99 203.96 -
System Red Green Blue C M Y K H S L
Decimal 241 72 177 0 0.70 0.27 0.05 322.72 0.86 0.61
Hex F1 48 B1 0 46 1B 5 143 56 3D
Octal 361 110 261 0 106 33 5 503 126 75
Binary 11110001 1001000 10110001 0 1000110 11011 101 101000011 1010110 111101

Color Harmonies of #F148B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F148B1

Black with #F148B1

Text Example


Text Example

White with #F148B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F148B1; }

 p { color: rgb(241,72,177); }

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

background-color css

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

 a { background-color: rgb(241,72,177); }

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

border-color css

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

 span { border-color: rgb(241,72,177); }

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