Html Css Color HEX #F148A0 Brilliant Rose

📋 copy color: '#F148A0'

red 241 ◦ green 72 ◦ blue 160

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

Shades of Brilliant Rose #F148A0

Tints of Brilliant Rose #F148A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.83%

R = 50.95%
G = 15.22%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F148A0 (or 0xF148A0) is known color: Brilliant Rose. HEX triplet: F1, 48 and A0. RGB value is (241,72,160). Sum of RGB (Red+Green+Blue) = 241+72+160=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F148A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F148A0 is #0EB75F. Grayscale: #848484. Windows color (decimal): -964448 or 10504433. OLE color: 10504433.

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

Color convert

RGB 241 72 160 -
CMYK 0 0.70 0.34 0.05
HSL 328.76º 0.86% 0.61% -
HSV(B) 328.76º 0.7% 0.95% -
XYZ 44.94 25.87 35.88 -
YUV 132.56 143.49 205.34 -
System Red Green Blue C M Y K H S L
Decimal 241 72 160 0 0.70 0.34 0.05 328.76 0.86 0.61
Hex F1 48 A0 0 46 22 5 149 56 3D
Octal 361 110 240 0 106 42 5 511 126 75
Binary 11110001 1001000 10100000 0 1000110 100010 101 101001001 1010110 111101

Color Harmonies of #F148A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F148A0

Black with #F148A0

Text Example


Text Example

White with #F148A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F148A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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