Html Css Color HEX #F832B9 Razzle Dazzle Rose

📋 copy color: '#F832B9'

red 248 ◦ green 50 ◦ blue 185

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

Shades of Razzle Dazzle Rose #F832B9

Tints of Razzle Dazzle Rose #F832B9

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.35%

 BLUE value IS 185 (72.66% from 255) = 38.3%

R = 51.35%
G = 10.35%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F832B9 (or 0xF832B9) is known color: Razzle Dazzle Rose. HEX triplet: F8, 32 and B9. RGB value is (248,50,185). Sum of RGB (Red+Green+Blue) = 248+50+185=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 50 (19.92% from 255 or 10.35% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F832B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F832B9 is #07CD46. Grayscale: #7C7C7C. Windows color (decimal): -511303 or 12137208. OLE color: 12137208.

HSL color Cylindrical-coordinate representation of color #F832B9: hue angle of 319.09º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F832B9 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 50 185 -
CMYK 0 0.80 0.25 0.03
HSL 319.09º 0.93% 0.58% -
HSV(B) 319.09º 0.8% 0.97% -
XYZ 48.61 25.74 48.31 -
YUV 124.59 162.1 216.02 -
System Red Green Blue C M Y K H S L
Decimal 248 50 185 0 0.80 0.25 0.03 319.09 0.93 0.58
Hex F8 32 B9 0 50 19 3 13F 5D 3A
Octal 370 62 271 0 120 31 3 477 135 72
Binary 11111000 110010 10111001 0 1010000 11001 11 100111111 1011101 111010

Color Harmonies of #F832B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F832B9

Black with #F832B9

Text Example


Text Example

White with #F832B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F832B9; }

 p { color: rgb(248,50,185); }

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

background-color css

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

 a { background-color: rgb(248,50,185); }

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

border-color css

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

 span { border-color: rgb(248,50,185); }

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