Html Css Color HEX #F830DA Razzle Dazzle Rose

📋 copy color: '#F830DA'

red 248 ◦ green 48 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F830DA

Tints of Razzle Dazzle Rose #F830DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.41%

R = 48.25%
G = 9.34%
B = 42.41%

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

#F830DA (or 0xF830DA) is known color: Razzle Dazzle Rose. HEX triplet: F8, 30 and DA. RGB value is (248,48,218). Sum of RGB (Red+Green+Blue) = 248+48+218=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 48 (19.14% from 255 or 9.34% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F830DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F830DA is #07CF25. Grayscale: #7E7E7E. Windows color (decimal): -511782 or 14299384. OLE color: 14299384.

HSL color Cylindrical-coordinate representation of color #F830DA: hue angle of 309º 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 #F830DA is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 48 218 -
CMYK 0 0.81 0.12 0.03
HSL 309º 0.93% 0.58% -
HSV(B) 309º 0.81% 0.97% -
XYZ 52.42 27.13 68.8 -
YUV 127.18 179.26 214.18 -
System Red Green Blue C M Y K H S L
Decimal 248 48 218 0 0.81 0.12 0.03 309 0.93 0.58
Hex F8 30 DA 0 51 C 3 135 5D 3A
Octal 370 60 332 0 121 14 3 465 135 72
Binary 11111000 110000 11011010 0 1010001 1100 11 100110101 1011101 111010

Color Harmonies of #F830DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F830DA

Black with #F830DA

Text Example


Text Example

White with #F830DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F830DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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