Html Css Color HEX #F83BCD Razzle Dazzle Rose

📋 copy color: '#F83BCD'

red 248 ◦ green 59 ◦ blue 205

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

Shades of Razzle Dazzle Rose #F83BCD

Tints of Razzle Dazzle Rose #F83BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.52%

 BLUE value IS 205 (80.47% from 255) = 40.04%

R = 48.44%
G = 11.52%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F83BCD (or 0xF83BCD) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3B and CD. RGB value is (248,59,205). Sum of RGB (Red+Green+Blue) = 248+59+205=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 59 (23.44% from 255 or 11.52% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F83BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83BCD is #07C432. Grayscale: #838383. Windows color (decimal): -508979 or 13450232. OLE color: 13450232.

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

Color convert

RGB 248 59 205 -
CMYK 0 0.76 0.17 0.03
HSL 313.65º 0.93% 0.6% -
HSV(B) 313.65º 0.76% 0.97% -
XYZ 51.29 27.49 60.36 -
YUV 132.16 169.12 210.63 -
System Red Green Blue C M Y K H S L
Decimal 248 59 205 0 0.76 0.17 0.03 313.65 0.93 0.6
Hex F8 3B CD 0 4C 11 3 13A 5D 3C
Octal 370 73 315 0 114 21 3 472 135 74
Binary 11111000 111011 11001101 0 1001100 10001 11 100111010 1011101 111100

Color Harmonies of #F83BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83BCD

Black with #F83BCD

Text Example


Text Example

White with #F83BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83BCD; }

 p { color: rgb(248,59,205); }

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

background-color css

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

 a { background-color: rgb(248,59,205); }

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

border-color css

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

 span { border-color: rgb(248,59,205); }

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