Html Css Color HEX #F848BA Razzle Dazzle Rose

📋 copy color: '#F848BA'

red 248 ◦ green 72 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F848BA

Tints of Razzle Dazzle Rose #F848BA

RGB

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

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

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

R = 49.01%
G = 14.23%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F848BA (or 0xF848BA) is known color: Razzle Dazzle Rose. HEX triplet: F8, 48 and BA. RGB value is (248,72,186). Sum of RGB (Red+Green+Blue) = 248+72+186=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 72 (28.52% from 255 or 14.23% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F848BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F848BA is #07B745. Grayscale: #898989. Windows color (decimal): -505670 or 12208376. OLE color: 12208376.

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

Color convert

RGB 248 72 186 -
CMYK 0 0.71 0.25 0.03
HSL 321.14º 0.93% 0.63% -
HSV(B) 321.14º 0.71% 0.97% -
XYZ 49.89 28.14 49.26 -
YUV 137.62 155.31 206.73 -
System Red Green Blue C M Y K H S L
Decimal 248 72 186 0 0.71 0.25 0.03 321.14 0.93 0.63
Hex F8 48 BA 0 47 19 3 141 5D 3F
Octal 370 110 272 0 107 31 3 501 135 77
Binary 11111000 1001000 10111010 0 1000111 11001 11 101000001 1011101 111111

Color Harmonies of #F848BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F848BA

Black with #F848BA

Text Example


Text Example

White with #F848BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F848BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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