Html Css Color HEX #F83BE1 Razzle Dazzle Rose

📋 copy color: '#F83BE1'

red 248 ◦ green 59 ◦ blue 225

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

Shades of Razzle Dazzle Rose #F83BE1

Tints of Razzle Dazzle Rose #F83BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.29%

R = 46.62%
G = 11.09%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F83BE1 (or 0xF83BE1) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3B and E1. RGB value is (248,59,225). Sum of RGB (Red+Green+Blue) = 248+59+225=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 59 (23.44% from 255 or 11.09% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F83BE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83BE1 is #07C41E. Grayscale: #858585. Windows color (decimal): -508959 or 14760952. OLE color: 14760952.

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

Color convert

RGB 248 59 225 -
CMYK 0 0.76 0.09 0.03
HSL 307.3º 0.93% 0.6% -
HSV(B) 307.3º 0.76% 0.97% -
XYZ 53.87 28.52 73.9 -
YUV 134.44 179.12 209 -
System Red Green Blue C M Y K H S L
Decimal 248 59 225 0 0.76 0.09 0.03 307.3 0.93 0.6
Hex F8 3B E1 0 4C 9 3 133 5D 3C
Octal 370 73 341 0 114 11 3 463 135 74
Binary 11111000 111011 11100001 0 1001100 1001 11 100110011 1011101 111100

Color Harmonies of #F83BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83BE1

Black with #F83BE1

Text Example


Text Example

White with #F83BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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