Html Css Color HEX #F028BC Razzle Dazzle Rose

📋 copy color: '#F028BC'

red 240 ◦ green 40 ◦ blue 188

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

Shades of Razzle Dazzle Rose #F028BC

Tints of Razzle Dazzle Rose #F028BC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.55%

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 51.28%
G = 8.55%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F028BC (or 0xF028BC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 28 and BC. RGB value is (240,40,188). Sum of RGB (Red+Green+Blue) = 240+40+188=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 40 (16.02% from 255 or 8.55% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F028BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F028BC is #0FD743. Grayscale: #747474. Windows color (decimal): -1038148 or 12331248. OLE color: 12331248.

HSL color Cylindrical-coordinate representation of color #F028BC: hue angle of 315.6º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F028BC is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 40 188 -
CMYK 0 0.83 0.22 0.06
HSL 315.6º 0.87% 0.55% -
HSV(B) 315.6º 0.83% 0.94% -
XYZ 45.77 23.67 49.73 -
YUV 116.67 168.26 215.97 -
System Red Green Blue C M Y K H S L
Decimal 240 40 188 0 0.83 0.22 0.06 315.6 0.87 0.55
Hex F0 28 BC 0 53 16 6 13C 57 37
Octal 360 50 274 0 123 26 6 474 127 67
Binary 11110000 101000 10111100 0 1010011 10110 110 100111100 1010111 110111

Color Harmonies of #F028BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F028BC

Black with #F028BC

Text Example


Text Example

White with #F028BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F028BC; }

 p { color: rgb(240,40,188); }

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

background-color css

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

 a { background-color: rgb(240,40,188); }

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

border-color css

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

 span { border-color: rgb(240,40,188); }

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