Html Css Color HEX #F029CB Razzle Dazzle Rose

📋 copy color: '#F029CB'

red 240 ◦ green 41 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F029CB

Tints of Razzle Dazzle Rose #F029CB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.47%

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

R = 49.59%
G = 8.47%
B = 41.94%

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

#F029CB (or 0xF029CB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 29 and CB. RGB value is (240,41,203). Sum of RGB (Red+Green+Blue) = 240+41+203=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 41 (16.41% from 255 or 8.47% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F029CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F029CB is #0FD634. Grayscale: #767676. Windows color (decimal): -1037877 or 13314544. OLE color: 13314544.

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

Color convert

RGB 240 41 203 -
CMYK 0 0.83 0.15 0.06
HSL 311.16º 0.87% 0.55% -
HSV(B) 311.16º 0.83% 0.94% -
XYZ 47.51 24.42 58.71 -
YUV 118.97 175.43 214.33 -
System Red Green Blue C M Y K H S L
Decimal 240 41 203 0 0.83 0.15 0.06 311.16 0.87 0.55
Hex F0 29 CB 0 53 F 6 137 57 37
Octal 360 51 313 0 123 17 6 467 127 67
Binary 11110000 101001 11001011 0 1010011 1111 110 100110111 1010111 110111

Color Harmonies of #F029CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F029CB

Black with #F029CB

Text Example


Text Example

White with #F029CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F029CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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