Html Css Color HEX #F830CB Razzle Dazzle Rose

📋 copy color: '#F830CB'

red 248 ◦ green 48 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F830CB

Tints of Razzle Dazzle Rose #F830CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.68%

R = 49.7%
G = 9.62%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F830CB (or 0xF830CB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 30 and CB. RGB value is (248,48,203). Sum of RGB (Red+Green+Blue) = 248+48+203=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 48 (19.14% from 255 or 9.62% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F830CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F830CB is #07CF34. Grayscale: #7D7D7D. Windows color (decimal): -511797 or 13316344. OLE color: 13316344.

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

Color convert

RGB 248 48 203 -
CMYK 0 0.81 0.18 0.03
HSL 313.5º 0.93% 0.58% -
HSV(B) 313.5º 0.81% 0.97% -
XYZ 50.55 26.38 58.93 -
YUV 125.47 171.76 215.4 -
System Red Green Blue C M Y K H S L
Decimal 248 48 203 0 0.81 0.18 0.03 313.5 0.93 0.58
Hex F8 30 CB 0 51 12 3 13A 5D 3A
Octal 370 60 313 0 121 22 3 472 135 72
Binary 11111000 110000 11001011 0 1010001 10010 11 100111010 1011101 111010

Color Harmonies of #F830CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F830CB

Black with #F830CB

Text Example


Text Example

White with #F830CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F830CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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