Html Css Color HEX #F038DC Razzle Dazzle Rose

📋 copy color: '#F038DC'

red 240 ◦ green 56 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F038DC

Tints of Razzle Dazzle Rose #F038DC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.85%

 BLUE value IS 220 (86.33% from 255) = 42.64%

R = 46.51%
G = 10.85%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F038DC (or 0xF038DC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 38 and DC. RGB value is (240,56,220). Sum of RGB (Red+Green+Blue) = 240+56+220=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 56 (22.27% from 255 or 10.85% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F038DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F038DC is #0FC723. Grayscale: #818181. Windows color (decimal): -1034020 or 14432496. OLE color: 14432496.

HSL color Cylindrical-coordinate representation of color #F038DC: hue angle of 306.52º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F038DC is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 56 220 -
CMYK 0 0.77 0.08 0.06
HSL 306.52º 0.86% 0.58% -
HSV(B) 306.52º 0.77% 0.94% -
XYZ 50.27 26.52 70.18 -
YUV 129.71 178.96 206.66 -
System Red Green Blue C M Y K H S L
Decimal 240 56 220 0 0.77 0.08 0.06 306.52 0.86 0.58
Hex F0 38 DC 0 4D 8 6 133 56 3A
Octal 360 70 334 0 115 10 6 463 126 72
Binary 11110000 111000 11011100 0 1001101 1000 110 100110011 1010110 111010

Color Harmonies of #F038DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F038DC

Black with #F038DC

Text Example


Text Example

White with #F038DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F038DC; }

 p { color: rgb(240,56,220); }

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

background-color css

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

 a { background-color: rgb(240,56,220); }

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

border-color css

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

 span { border-color: rgb(240,56,220); }

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