Html Css Color HEX #F83BBF Razzle Dazzle Rose

📋 copy color: '#F83BBF'

red 248 ◦ green 59 ◦ blue 191

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

Shades of Razzle Dazzle Rose #F83BBF

Tints of Razzle Dazzle Rose #F83BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.35%

R = 49.8%
G = 11.85%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F83BBF (or 0xF83BBF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3B and BF. RGB value is (248,59,191). Sum of RGB (Red+Green+Blue) = 248+59+191=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 59 (23.44% from 255 or 11.85% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F83BBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83BBF is #07C440. Grayscale: #828282. Windows color (decimal): -508993 or 12532728. OLE color: 12532728.

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

Color convert

RGB 248 59 191 -
CMYK 0 0.76 0.23 0.03
HSL 318.1º 0.93% 0.6% -
HSV(B) 318.1º 0.76% 0.97% -
XYZ 49.68 26.85 51.85 -
YUV 130.56 162.12 211.77 -
System Red Green Blue C M Y K H S L
Decimal 248 59 191 0 0.76 0.23 0.03 318.1 0.93 0.6
Hex F8 3B BF 0 4C 17 3 13E 5D 3C
Octal 370 73 277 0 114 27 3 476 135 74
Binary 11111000 111011 10111111 0 1001100 10111 11 100111110 1011101 111100

Color Harmonies of #F83BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83BBF

Black with #F83BBF

Text Example


Text Example

White with #F83BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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