Html Css Color HEX #F83FCC Razzle Dazzle Rose

📋 copy color: '#F83FCC'

red 248 ◦ green 63 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F83FCC

Tints of Razzle Dazzle Rose #F83FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 12.23%

 BLUE value IS 204 (80.08% from 255) = 39.61%

R = 48.16%
G = 12.23%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F83FCC (or 0xF83FCC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3F and CC. RGB value is (248,63,204). Sum of RGB (Red+Green+Blue) = 248+63+204=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 63 (25% from 255 or 12.23% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83FCC is #07C033. Grayscale: #868686. Windows color (decimal): -507956 or 13385720. OLE color: 13385720.

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

Color convert

RGB 248 63 204 -
CMYK 0 0.75 0.18 0.03
HSL 314.27º 0.93% 0.61% -
HSV(B) 314.27º 0.75% 0.97% -
XYZ 51.39 27.87 59.8 -
YUV 134.39 167.29 209.04 -
System Red Green Blue C M Y K H S L
Decimal 248 63 204 0 0.75 0.18 0.03 314.27 0.93 0.61
Hex F8 3F CC 0 4B 12 3 13A 5D 3D
Octal 370 77 314 0 113 22 3 472 135 75
Binary 11111000 111111 11001100 0 1001011 10010 11 100111010 1011101 111101

Color Harmonies of #F83FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83FCC

Black with #F83FCC

Text Example


Text Example

White with #F83FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83FCC; }

 p { color: rgb(248,63,204); }

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

background-color css

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

 a { background-color: rgb(248,63,204); }

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

border-color css

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

 span { border-color: rgb(248,63,204); }

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