Html Css Color HEX #F834DF Razzle Dazzle Rose

📋 copy color: '#F834DF'

red 248 ◦ green 52 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F834DF

Tints of Razzle Dazzle Rose #F834DF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 9.94%

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

R = 47.42%
G = 9.94%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F834DF (or 0xF834DF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 34 and DF. RGB value is (248,52,223). Sum of RGB (Red+Green+Blue) = 248+52+223=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 52 (20.70% from 255 or 9.94% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F834DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F834DF is #07CB20. Grayscale: #818181. Windows color (decimal): -510753 or 14628088. OLE color: 14628088.

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

Color convert

RGB 248 52 223 -
CMYK 0 0.79 0.10 0.03
HSL 307.65º 0.93% 0.59% -
HSV(B) 307.65º 0.79% 0.97% -
XYZ 53.26 27.74 72.36 -
YUV 130.1 180.43 212.1 -
System Red Green Blue C M Y K H S L
Decimal 248 52 223 0 0.79 0.10 0.03 307.65 0.93 0.59
Hex F8 34 DF 0 4F A 3 134 5D 3B
Octal 370 64 337 0 117 12 3 464 135 73
Binary 11111000 110100 11011111 0 1001111 1010 11 100110100 1011101 111011

Color Harmonies of #F834DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F834DF

Black with #F834DF

Text Example


Text Example

White with #F834DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F834DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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