Html Css Color HEX #F047BC Razzle Dazzle Rose

📋 copy color: '#F047BC'

red 240 ◦ green 71 ◦ blue 188

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

Shades of Razzle Dazzle Rose #F047BC

Tints of Razzle Dazzle Rose #F047BC

RGB

 RED value IS 240 (94.14% from 255) = 48.1%

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

 BLUE value IS 188 (73.83% from 255) = 37.68%

R = 48.1%
G = 14.23%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F047BC (or 0xF047BC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 47 and BC. RGB value is (240,71,188). Sum of RGB (Red+Green+Blue) = 240+71+188=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 71 (28.12% from 255 or 14.23% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F047BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F047BC is #0FB843. Grayscale: #868686. Windows color (decimal): -1030212 or 12339184. OLE color: 12339184.

HSL color Cylindrical-coordinate representation of color #F047BC: hue angle of 318.46º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F047BC is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 71 188 -
CMYK 0 0.70 0.22 0.06
HSL 318.46º 0.85% 0.61% -
HSV(B) 318.46º 0.7% 0.94% -
XYZ 47.27 26.66 50.23 -
YUV 134.87 157.99 202.99 -
System Red Green Blue C M Y K H S L
Decimal 240 71 188 0 0.70 0.22 0.06 318.46 0.85 0.61
Hex F0 47 BC 0 46 16 6 13E 55 3D
Octal 360 107 274 0 106 26 6 476 125 75
Binary 11110000 1000111 10111100 0 1000110 10110 110 100111110 1010101 111101

Color Harmonies of #F047BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F047BC

Black with #F047BC

Text Example


Text Example

White with #F047BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F047BC; }

 p { color: rgb(240,71,188); }

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

background-color css

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

 a { background-color: rgb(240,71,188); }

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

border-color css

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

 span { border-color: rgb(240,71,188); }

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