#F834F9

Color #F834F9 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F834F9

Tints of Razzle Dazzle Rose #F834F9

Color information

#F834F9 (or 0xF834F9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 34 and F9. RGB value is (248,52,249). Sum of RGB (Red+Green+Blue) = 248+52+249=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 52 (20.70% from 255 or 9.47% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #F834F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F834F9 is #07CB06. Grayscale: #848484. Windows color (decimal): -510727 or 16332024. OLE color: 16332024.

HSL color Cylindrical-coordinate representation of color #F834F9: hue angle of 299.7º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F834F9 is Cyan = 0.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24852249-
CMYK0.000.7900.02
HSL299.7º94.26%59.02%-
HSV(B)299.7º79.12%97.65%-
XYZ57.0429.2592.26-
YUV133.06193.43209.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.17%
GREEN value IS 52 (20.70% from 255) = 9.47%
BLUE value IS 249 (97.66% from 255) = 45.36%
R=45.17%
G=9.47%
B=45.36%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal248522490.000.7900.02299.794.2659.02
HexF834F904F0212c5e3b
Octal3706437101170245413673
Binary1111100011010011111001010011110101001011001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F834F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F834F9; }

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

 H1.HeaderClassName
 {
   color: #F834F9;
 }
 .AnyTagClassName
 {
   color: #F834F9;
 }
</style>
background-color css

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

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

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

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

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

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