Html Css Color HEX #F038DF Razzle Dazzle Rose

📋 copy color: '#F038DF'

red 240 ◦ green 56 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F038DF

Tints of Razzle Dazzle Rose #F038DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 46.24%
G = 10.79%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F038DF (or 0xF038DF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 38 and DF. RGB value is (240,56,223). Sum of RGB (Red+Green+Blue) = 240+56+223=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 56 (22.27% from 255 or 10.79% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F038DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F038DF is #0FC720. Grayscale: #818181. Windows color (decimal): -1034017 or 14629104. OLE color: 14629104.

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

Color convert

RGB 240 56 223 -
CMYK 0 0.77 0.07 0.06
HSL 305.54º 0.86% 0.58% -
HSV(B) 305.54º 0.77% 0.94% -
XYZ 50.67 26.68 72.29 -
YUV 130.05 180.46 206.42 -
System Red Green Blue C M Y K H S L
Decimal 240 56 223 0 0.77 0.07 0.06 305.54 0.86 0.58
Hex F0 38 DF 0 4D 7 6 132 56 3A
Octal 360 70 337 0 115 7 6 462 126 72
Binary 11110000 111000 11011111 0 1001101 111 110 100110010 1010110 111010

Color Harmonies of #F038DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F038DF

Black with #F038DF

Text Example


Text Example

White with #F038DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F038DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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