Html Css Color HEX #F048CB Razzle Dazzle Rose

📋 copy color: '#F048CB'

red 240 ◦ green 72 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F048CB

Tints of Razzle Dazzle Rose #F048CB

RGB

 RED value IS 240 (94.14% from 255) = 46.6%

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

 BLUE value IS 203 (79.69% from 255) = 39.42%

R = 46.6%
G = 13.98%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F048CB (or 0xF048CB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 48 and CB. RGB value is (240,72,203). Sum of RGB (Red+Green+Blue) = 240+72+203=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 72 (28.52% from 255 or 13.98% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F048CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F048CB is #0FB734. Grayscale: #888888. Windows color (decimal): -1029941 or 13322480. OLE color: 13322480.

HSL color Cylindrical-coordinate representation of color #F048CB: hue angle of 313.21º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F048CB is Cyan = 0, Magento = 0.7, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 72 203 -
CMYK 0 0.7 0.15 0.06
HSL 313.21º 0.85% 0.61% -
HSV(B) 313.21º 0.7% 0.94% -
XYZ 49.03 27.47 59.22 -
YUV 137.17 165.16 201.35 -
System Red Green Blue C M Y K H S L
Decimal 240 72 203 0 0.7 0.15 0.06 313.21 0.85 0.61
Hex F0 48 CB 0 46 F 6 139 55 3D
Octal 360 110 313 0 106 17 6 471 125 75
Binary 11110000 1001000 11001011 0 1000110 1111 110 100111001 1010101 111101

Color Harmonies of #F048CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F048CB

Black with #F048CB

Text Example


Text Example

White with #F048CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F048CB; }

 p { color: rgb(240,72,203); }

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

background-color css

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

 a { background-color: rgb(240,72,203); }

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

border-color css

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

 span { border-color: rgb(240,72,203); }

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