Html Css Color HEX #F848C0 Razzle Dazzle Rose

📋 copy color: '#F848C0'

red 248 ◦ green 72 ◦ blue 192

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

Shades of Razzle Dazzle Rose #F848C0

Tints of Razzle Dazzle Rose #F848C0

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.06%

 BLUE value IS 192 (75.39% from 255) = 37.5%

R = 48.44%
G = 14.06%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F848C0 (or 0xF848C0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 48 and C0. RGB value is (248,72,192). Sum of RGB (Red+Green+Blue) = 248+72+192=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F848C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F848C0 is #07B73F. Grayscale: #8A8A8A. Windows color (decimal): -505664 or 12601592. OLE color: 12601592.

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

Color convert

RGB 248 72 192 -
CMYK 0 0.71 0.23 0.03
HSL 319.09º 0.93% 0.63% -
HSV(B) 319.09º 0.71% 0.97% -
XYZ 50.54 28.4 52.69 -
YUV 138.3 158.31 206.24 -
System Red Green Blue C M Y K H S L
Decimal 248 72 192 0 0.71 0.23 0.03 319.09 0.93 0.63
Hex F8 48 C0 0 47 17 3 13F 5D 3F
Octal 370 110 300 0 107 27 3 477 135 77
Binary 11111000 1001000 11000000 0 1000111 10111 11 100111111 1011101 111111

Color Harmonies of #F848C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F848C0

Black with #F848C0

Text Example


Text Example

White with #F848C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F848C0; }

 p { color: rgb(248,72,192); }

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

background-color css

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

 a { background-color: rgb(248,72,192); }

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

border-color css

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

 span { border-color: rgb(248,72,192); }

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