Html Css Color HEX #F830D9 Razzle Dazzle Rose

📋 copy color: '#F830D9'

red 248 ◦ green 48 ◦ blue 217

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

Shades of Razzle Dazzle Rose #F830D9

Tints of Razzle Dazzle Rose #F830D9

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.36%

 BLUE value IS 217 (85.16% from 255) = 42.3%

R = 48.34%
G = 9.36%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F830D9 (or 0xF830D9) is known color: Razzle Dazzle Rose. HEX triplet: F8, 30 and D9. RGB value is (248,48,217). Sum of RGB (Red+Green+Blue) = 248+48+217=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 48 (19.14% from 255 or 9.36% from 513); Blue value is 217 (85.16% from 255 or 42.30% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F830D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F830D9 is #07CF26. Grayscale: #7E7E7E. Windows color (decimal): -511783 or 14233848. OLE color: 14233848.

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

Color convert

RGB 248 48 217 -
CMYK 0 0.81 0.12 0.03
HSL 309.3º 0.93% 0.58% -
HSV(B) 309.3º 0.81% 0.97% -
XYZ 52.29 27.08 68.12 -
YUV 127.07 178.76 214.26 -
System Red Green Blue C M Y K H S L
Decimal 248 48 217 0 0.81 0.12 0.03 309.3 0.93 0.58
Hex F8 30 D9 0 51 C 3 135 5D 3A
Octal 370 60 331 0 121 14 3 465 135 72
Binary 11111000 110000 11011001 0 1010001 1100 11 100110101 1011101 111010

Color Harmonies of #F830D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F830D9

Black with #F830D9

Text Example


Text Example

White with #F830D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F830D9; }

 p { color: rgb(248,48,217); }

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

background-color css

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

 a { background-color: rgb(248,48,217); }

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

border-color css

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

 span { border-color: rgb(248,48,217); }

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