Html Css Color HEX #F83FBA Razzle Dazzle Rose

📋 copy color: '#F83FBA'

red 248 ◦ green 63 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F83FBA

Tints of Razzle Dazzle Rose #F83FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 49.9%
G = 12.68%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F83FBA (or 0xF83FBA) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3F and BA. RGB value is (248,63,186). Sum of RGB (Red+Green+Blue) = 248+63+186=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83FBA is #07C045. Grayscale: #848484. Windows color (decimal): -507974 or 12206072. OLE color: 12206072.

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

Color convert

RGB 248 63 186 -
CMYK 0 0.75 0.25 0.03
HSL 320.11º 0.93% 0.61% -
HSV(B) 320.11º 0.75% 0.97% -
XYZ 49.35 27.06 49.08 -
YUV 132.34 158.29 210.5 -
System Red Green Blue C M Y K H S L
Decimal 248 63 186 0 0.75 0.25 0.03 320.11 0.93 0.61
Hex F8 3F BA 0 4B 19 3 140 5D 3D
Octal 370 77 272 0 113 31 3 500 135 75
Binary 11111000 111111 10111010 0 1001011 11001 11 101000000 1011101 111101

Color Harmonies of #F83FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83FBA

Black with #F83FBA

Text Example


Text Example

White with #F83FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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