Html Css Color HEX #F047BD Razzle Dazzle Rose

📋 copy color: '#F047BD'

red 240 ◦ green 71 ◦ blue 189

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

Shades of Razzle Dazzle Rose #F047BD

Tints of Razzle Dazzle Rose #F047BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.8%

R = 48%
G = 14.2%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F047BD (or 0xF047BD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 47 and BD. RGB value is (240,71,189). Sum of RGB (Red+Green+Blue) = 240+71+189=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 71 (28.12% from 255 or 14.2% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F047BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F047BD is #0FB842. Grayscale: #868686. Windows color (decimal): -1030211 or 12404720. OLE color: 12404720.

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

Color convert

RGB 240 71 189 -
CMYK 0 0.70 0.21 0.06
HSL 318.11º 0.85% 0.61% -
HSV(B) 318.11º 0.7% 0.94% -
XYZ 47.37 26.71 50.8 -
YUV 134.98 158.49 202.91 -
System Red Green Blue C M Y K H S L
Decimal 240 71 189 0 0.70 0.21 0.06 318.11 0.85 0.61
Hex F0 47 BD 0 46 15 6 13E 55 3D
Octal 360 107 275 0 106 25 6 476 125 75
Binary 11110000 1000111 10111101 0 1000110 10101 110 100111110 1010101 111101

Color Harmonies of #F047BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F047BD

Black with #F047BD

Text Example


Text Example

White with #F047BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F047BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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