Html Css Color HEX #F028CB Razzle Dazzle Rose

📋 copy color: '#F028CB'

red 240 ◦ green 40 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F028CB

Tints of Razzle Dazzle Rose #F028CB

RGB

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

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

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

R = 49.69%
G = 8.28%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F028CB (or 0xF028CB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 28 and CB. RGB value is (240,40,203). Sum of RGB (Red+Green+Blue) = 240+40+203=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 40 (16.02% from 255 or 8.28% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F028CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F028CB is #0FD734. Grayscale: #757575. Windows color (decimal): -1038133 or 13314288. OLE color: 13314288.

HSL color Cylindrical-coordinate representation of color #F028CB: hue angle of 311.1º 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 #F028CB is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 40 203 -
CMYK 0 0.83 0.15 0.06
HSL 311.1º 0.87% 0.55% -
HSV(B) 311.1º 0.83% 0.94% -
XYZ 47.47 24.35 58.7 -
YUV 118.38 175.76 214.75 -
System Red Green Blue C M Y K H S L
Decimal 240 40 203 0 0.83 0.15 0.06 311.1 0.87 0.55
Hex F0 28 CB 0 53 F 6 137 57 37
Octal 360 50 313 0 123 17 6 467 127 67
Binary 11110000 101000 11001011 0 1010011 1111 110 100110111 1010111 110111

Color Harmonies of #F028CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F028CB

Black with #F028CB

Text Example


Text Example

White with #F028CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F028CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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