Html Css Color HEX #F146BA Razzle Dazzle Rose

📋 copy color: '#F146BA'

red 241 ◦ green 70 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F146BA

Tints of Razzle Dazzle Rose #F146BA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.08%

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 48.49%
G = 14.08%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F146BA (or 0xF146BA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 46 and BA. RGB value is (241,70,186). Sum of RGB (Red+Green+Blue) = 241+70+186=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 70 (27.73% from 255 or 14.08% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F146BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F146BA is #0EB945. Grayscale: #868686. Windows color (decimal): -964934 or 12207857. OLE color: 12207857.

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

Color convert

RGB 241 70 186 -
CMYK 0 0.71 0.23 0.05
HSL 319.3º 0.86% 0.61% -
HSV(B) 319.3º 0.71% 0.95% -
XYZ 47.33 26.63 49.1 -
YUV 134.35 157.15 204.07 -
System Red Green Blue C M Y K H S L
Decimal 241 70 186 0 0.71 0.23 0.05 319.3 0.86 0.61
Hex F1 46 BA 0 47 17 5 13F 56 3D
Octal 361 106 272 0 107 27 5 477 126 75
Binary 11110001 1000110 10111010 0 1000111 10111 101 100111111 1010110 111101

Color Harmonies of #F146BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F146BA

Black with #F146BA

Text Example


Text Example

White with #F146BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F146BA; }

 p { color: rgb(241,70,186); }

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

background-color css

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

 a { background-color: rgb(241,70,186); }

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

border-color css

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

 span { border-color: rgb(241,70,186); }

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