Html Css Color HEX #F147BA Razzle Dazzle Rose

📋 copy color: '#F147BA'

red 241 ◦ green 71 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F147BA

Tints of Razzle Dazzle Rose #F147BA

RGB

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

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

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

R = 48.39%
G = 14.26%
B = 37.35%

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

#F147BA (or 0xF147BA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 47 and BA. RGB value is (241,71,186). Sum of RGB (Red+Green+Blue) = 241+71+186=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 71 (28.12% from 255 or 14.26% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F147BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F147BA is #0EB845. Grayscale: #868686. Windows color (decimal): -964678 or 12208113. OLE color: 12208113.

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

Color convert

RGB 241 71 186 -
CMYK 0 0.71 0.23 0.05
HSL 319.41º 0.86% 0.61% -
HSV(B) 319.41º 0.71% 0.95% -
XYZ 47.39 26.75 49.12 -
YUV 134.94 156.82 203.65 -
System Red Green Blue C M Y K H S L
Decimal 241 71 186 0 0.71 0.23 0.05 319.41 0.86 0.61
Hex F1 47 BA 0 47 17 5 13F 56 3D
Octal 361 107 272 0 107 27 5 477 126 75
Binary 11110001 1000111 10111010 0 1000111 10111 101 100111111 1010110 111101

Color Harmonies of #F147BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F147BA

Black with #F147BA

Text Example


Text Example

White with #F147BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F147BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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