Html Css Color HEX #F830DF Razzle Dazzle Rose

📋 copy color: '#F830DF'

red 248 ◦ green 48 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F830DF

Tints of Razzle Dazzle Rose #F830DF

RGB

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

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

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

R = 47.78%
G = 9.25%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F830DF (or 0xF830DF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 30 and DF. RGB value is (248,48,223). Sum of RGB (Red+Green+Blue) = 248+48+223=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 48 (19.14% from 255 or 9.25% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F830DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F830DF is #07CF20. Grayscale: #7F7F7F. Windows color (decimal): -511777 or 14627064. OLE color: 14627064.

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

Color convert

RGB 248 48 223 -
CMYK 0 0.81 0.10 0.03
HSL 307.5º 0.93% 0.58% -
HSV(B) 307.5º 0.81% 0.97% -
XYZ 53.09 27.4 72.3 -
YUV 127.75 181.76 213.77 -
System Red Green Blue C M Y K H S L
Decimal 248 48 223 0 0.81 0.10 0.03 307.5 0.93 0.58
Hex F8 30 DF 0 51 A 3 134 5D 3A
Octal 370 60 337 0 121 12 3 464 135 72
Binary 11111000 110000 11011111 0 1010001 1010 11 100110100 1011101 111010

Color Harmonies of #F830DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F830DF

Black with #F830DF

Text Example


Text Example

White with #F830DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F830DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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