Html Css Color HEX #F147B2 Brilliant Rose

📋 copy color: '#F147B2'

red 241 ◦ green 71 ◦ blue 178

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

Shades of Brilliant Rose #F147B2

Tints of Brilliant Rose #F147B2

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.49%

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

R = 49.18%
G = 14.49%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F147B2 (or 0xF147B2) is known color: Brilliant Rose. HEX triplet: F1, 47 and B2. RGB value is (241,71,178). Sum of RGB (Red+Green+Blue) = 241+71+178=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 71 (28.12% from 255 or 14.49% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F147B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F147B2 is #0EB84D. Grayscale: #858585. Windows color (decimal): -964686 or 11683825. OLE color: 11683825.

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

Color convert

RGB 241 71 178 -
CMYK 0 0.71 0.26 0.05
HSL 322.24º 0.86% 0.61% -
HSV(B) 322.24º 0.71% 0.95% -
XYZ 46.56 26.42 44.77 -
YUV 134.03 152.82 204.3 -
System Red Green Blue C M Y K H S L
Decimal 241 71 178 0 0.71 0.26 0.05 322.24 0.86 0.61
Hex F1 47 B2 0 47 1A 5 142 56 3D
Octal 361 107 262 0 107 32 5 502 126 75
Binary 11110001 1000111 10110010 0 1000111 11010 101 101000010 1010110 111101

Color Harmonies of #F147B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F147B2

Black with #F147B2

Text Example


Text Example

White with #F147B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F147B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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