Html Css Color HEX #F83BDA Razzle Dazzle Rose

📋 copy color: '#F83BDA'

red 248 ◦ green 59 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F83BDA

Tints of Razzle Dazzle Rose #F83BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 47.24%
G = 11.24%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F83BDA (or 0xF83BDA) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3B and DA. RGB value is (248,59,218). Sum of RGB (Red+Green+Blue) = 248+59+218=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 59 (23.44% from 255 or 11.24% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F83BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83BDA is #07C425. Grayscale: #858585. Windows color (decimal): -508966 or 14302200. OLE color: 14302200.

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

Color convert

RGB 248 59 218 -
CMYK 0 0.76 0.12 0.03
HSL 309.52º 0.93% 0.6% -
HSV(B) 309.52º 0.76% 0.97% -
XYZ 52.93 28.15 68.97 -
YUV 133.64 175.62 209.57 -
System Red Green Blue C M Y K H S L
Decimal 248 59 218 0 0.76 0.12 0.03 309.52 0.93 0.6
Hex F8 3B DA 0 4C C 3 136 5D 3C
Octal 370 73 332 0 114 14 3 466 135 74
Binary 11111000 111011 11011010 0 1001100 1100 11 100110110 1011101 111100

Color Harmonies of #F83BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83BDA

Black with #F83BDA

Text Example


Text Example

White with #F83BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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