Html Css Color HEX #F148A2 Brilliant Rose

📋 copy color: '#F148A2'

red 241 ◦ green 72 ◦ blue 162

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

Shades of Brilliant Rose #F148A2

Tints of Brilliant Rose #F148A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.11%

R = 50.74%
G = 15.16%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F148A2 (or 0xF148A2) is known color: Brilliant Rose. HEX triplet: F1, 48 and A2. RGB value is (241,72,162). Sum of RGB (Red+Green+Blue) = 241+72+162=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F148A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F148A2 is #0EB75D. Grayscale: #848484. Windows color (decimal): -964446 or 10635505. OLE color: 10635505.

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

Color convert

RGB 241 72 162 -
CMYK 0 0.70 0.33 0.05
HSL 328.05º 0.86% 0.61% -
HSV(B) 328.05º 0.7% 0.95% -
XYZ 45.11 25.94 36.81 -
YUV 132.79 144.49 205.18 -
System Red Green Blue C M Y K H S L
Decimal 241 72 162 0 0.70 0.33 0.05 328.05 0.86 0.61
Hex F1 48 A2 0 46 21 5 148 56 3D
Octal 361 110 242 0 106 41 5 510 126 75
Binary 11110001 1001000 10100010 0 1000110 100001 101 101001000 1010110 111101

Color Harmonies of #F148A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F148A2

Black with #F148A2

Text Example


Text Example

White with #F148A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F148A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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