Html Css Color HEX #F948BA Razzle Dazzle Rose

📋 copy color: '#F948BA'

red 249 ◦ green 72 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F948BA

Tints of Razzle Dazzle Rose #F948BA

RGB

 RED value IS 249 (97.66% from 255) = 49.11%

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

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

R = 49.11%
G = 14.2%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F948BA (or 0xF948BA) is known color: Razzle Dazzle Rose. HEX triplet: F9, 48 and BA. RGB value is (249,72,186). Sum of RGB (Red+Green+Blue) = 249+72+186=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 72 (28.52% from 255 or 14.20% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F948BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F948BA is #06B745. Grayscale: #898989. Windows color (decimal): -440134 or 12208377. OLE color: 12208377.

HSL color Cylindrical-coordinate representation of color #F948BA: hue angle of 321.36º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F948BA is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 72 186 -
CMYK 0 0.71 0.25 0.02
HSL 321.36º 0.94% 0.63% -
HSV(B) 321.36º 0.71% 0.98% -
XYZ 50.25 28.32 49.27 -
YUV 137.92 155.14 207.23 -
System Red Green Blue C M Y K H S L
Decimal 249 72 186 0 0.71 0.25 0.02 321.36 0.94 0.63
Hex F9 48 BA 0 47 19 2 141 5E 3F
Octal 371 110 272 0 107 31 2 501 136 77
Binary 11111001 1001000 10111010 0 1000111 11001 10 101000001 1011110 111111

Color Harmonies of #F948BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F948BA

Black with #F948BA

Text Example


Text Example

White with #F948BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F948BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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