Html Css Color HEX #F830BA Razzle Dazzle Rose

📋 copy color: '#F830BA'

red 248 ◦ green 48 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F830BA

Tints of Razzle Dazzle Rose #F830BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.59%

R = 51.45%
G = 9.96%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F830BA (or 0xF830BA) is known color: Razzle Dazzle Rose. HEX triplet: F8, 30 and BA. RGB value is (248,48,186). Sum of RGB (Red+Green+Blue) = 248+48+186=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 48 (19.14% from 255 or 9.96% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F830BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F830BA is #07CF45. Grayscale: #7B7B7B. Windows color (decimal): -511814 or 12202232. OLE color: 12202232.

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

Color convert

RGB 248 48 186 -
CMYK 0 0.81 0.25 0.03
HSL 318.6º 0.93% 0.58% -
HSV(B) 318.6º 0.81% 0.97% -
XYZ 48.63 25.62 48.84 -
YUV 123.53 163.26 216.78 -
System Red Green Blue C M Y K H S L
Decimal 248 48 186 0 0.81 0.25 0.03 318.6 0.93 0.58
Hex F8 30 BA 0 51 19 3 13F 5D 3A
Octal 370 60 272 0 121 31 3 477 135 72
Binary 11111000 110000 10111010 0 1010001 11001 11 100111111 1011101 111010

Color Harmonies of #F830BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F830BA

Black with #F830BA

Text Example


Text Example

White with #F830BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F830BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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