Html Css Color HEX #F840DF Razzle Dazzle Rose

📋 copy color: '#F840DF'

red 248 ◦ green 64 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F840DF

Tints of Razzle Dazzle Rose #F840DF

RGB

 RED value IS 248 (97.27% from 255) = 46.36%

 GREEN value IS 64 (25.39% from 255) = 11.96%

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

R = 46.36%
G = 11.96%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F840DF (or 0xF840DF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 40 and DF. RGB value is (248,64,223). Sum of RGB (Red+Green+Blue) = 248+64+223=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 64 (25.39% from 255 or 11.96% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 248 - color contains mainly: red. Hex color #F840DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F840DF is #07BF20. Grayscale: #888888. Windows color (decimal): -507681 or 14631160. OLE color: 14631160.

HSL color Cylindrical-coordinate representation of color #F840DF: hue angle of 308.15º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F840DF is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 64 223 -
CMYK 0 0.74 0.10 0.03
HSL 308.15º 0.93% 0.61% -
HSV(B) 308.15º 0.74% 0.97% -
XYZ 53.86 28.95 72.56 -
YUV 137.14 176.46 207.07 -
System Red Green Blue C M Y K H S L
Decimal 248 64 223 0 0.74 0.10 0.03 308.15 0.93 0.61
Hex F8 40 DF 0 4A A 3 134 5D 3D
Octal 370 100 337 0 112 12 3 464 135 75
Binary 11111000 1000000 11011111 0 1001010 1010 11 100110100 1011101 111101

Color Harmonies of #F840DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F840DF

Black with #F840DF

Text Example


Text Example

White with #F840DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F840DF; }

 p { color: rgb(248,64,223); }

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

background-color css

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

 a { background-color: rgb(248,64,223); }

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

border-color css

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

 span { border-color: rgb(248,64,223); }

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