Html Css Color HEX #F048CE Razzle Dazzle Rose

📋 copy color: '#F048CE'

red 240 ◦ green 72 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F048CE

Tints of Razzle Dazzle Rose #F048CE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.9%

 BLUE value IS 206 (80.86% from 255) = 39.77%

R = 46.33%
G = 13.9%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F048CE (or 0xF048CE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 48 and CE. RGB value is (240,72,206). Sum of RGB (Red+Green+Blue) = 240+72+206=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 72 (28.52% from 255 or 13.90% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F048CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F048CE is #0FB731. Grayscale: #898989. Windows color (decimal): -1029938 or 13519088. OLE color: 13519088.

HSL color Cylindrical-coordinate representation of color #F048CE: hue angle of 312.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 #F048CE is Cyan = 0, Magento = 0.7, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 72 206 -
CMYK 0 0.7 0.14 0.06
HSL 312.14º 0.85% 0.61% -
HSV(B) 312.14º 0.7% 0.94% -
XYZ 49.39 27.62 61.12 -
YUV 137.51 166.66 201.1 -
System Red Green Blue C M Y K H S L
Decimal 240 72 206 0 0.7 0.14 0.06 312.14 0.85 0.61
Hex F0 48 CE 0 46 E 6 138 55 3D
Octal 360 110 316 0 106 16 6 470 125 75
Binary 11110000 1001000 11001110 0 1000110 1110 110 100111000 1010101 111101

Color Harmonies of #F048CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F048CE

Black with #F048CE

Text Example


Text Example

White with #F048CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F048CE; }

 p { color: rgb(240,72,206); }

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

background-color css

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

 a { background-color: rgb(240,72,206); }

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

border-color css

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

 span { border-color: rgb(240,72,206); }

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