Html Css Color HEX #F832DF Razzle Dazzle Rose

📋 copy color: '#F832DF'

red 248 ◦ green 50 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F832DF

Tints of Razzle Dazzle Rose #F832DF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.6%

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

R = 47.6%
G = 9.6%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F832DF (or 0xF832DF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 32 and DF. RGB value is (248,50,223). Sum of RGB (Red+Green+Blue) = 248+50+223=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 50 (19.92% from 255 or 9.60% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F832DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F832DF is #07CD20. Grayscale: #808080. Windows color (decimal): -511265 or 14627576. OLE color: 14627576.

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

Color convert

RGB 248 50 223 -
CMYK 0 0.80 0.10 0.03
HSL 307.58º 0.93% 0.58% -
HSV(B) 307.58º 0.8% 0.97% -
XYZ 53.17 27.57 72.33 -
YUV 128.92 181.1 212.93 -
System Red Green Blue C M Y K H S L
Decimal 248 50 223 0 0.80 0.10 0.03 307.58 0.93 0.58
Hex F8 32 DF 0 50 A 3 134 5D 3A
Octal 370 62 337 0 120 12 3 464 135 72
Binary 11111000 110010 11011111 0 1010000 1010 11 100110100 1011101 111010

Color Harmonies of #F832DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F832DF

Black with #F832DF

Text Example


Text Example

White with #F832DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F832DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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