Html Css Color HEX #F047CB Razzle Dazzle Rose

📋 copy color: '#F047CB'

red 240 ◦ green 71 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F047CB

Tints of Razzle Dazzle Rose #F047CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.49%

R = 46.69%
G = 13.81%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F047CB (or 0xF047CB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 47 and CB. RGB value is (240,71,203). Sum of RGB (Red+Green+Blue) = 240+71+203=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 71 (28.12% from 255 or 13.81% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F047CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F047CB is #0FB834. Grayscale: #888888. Windows color (decimal): -1030197 or 13322224. OLE color: 13322224.

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

Color convert

RGB 240 71 203 -
CMYK 0 0.70 0.15 0.06
HSL 313.14º 0.85% 0.61% -
HSV(B) 313.14º 0.7% 0.94% -
XYZ 48.97 27.34 59.2 -
YUV 136.58 165.49 201.77 -
System Red Green Blue C M Y K H S L
Decimal 240 71 203 0 0.70 0.15 0.06 313.14 0.85 0.61
Hex F0 47 CB 0 46 F 6 139 55 3D
Octal 360 107 313 0 106 17 6 471 125 75
Binary 11110000 1000111 11001011 0 1000110 1111 110 100111001 1010101 111101

Color Harmonies of #F047CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F047CB

Black with #F047CB

Text Example


Text Example

White with #F047CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F047CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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