Html Css Color HEX #F026C0 Razzle Dazzle Rose

📋 copy color: '#F026C0'

red 240 ◦ green 38 ◦ blue 192

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

Shades of Razzle Dazzle Rose #F026C0

Tints of Razzle Dazzle Rose #F026C0

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.09%

 BLUE value IS 192 (75.39% from 255) = 40.85%

R = 51.06%
G = 8.09%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F026C0 (or 0xF026C0) is known color: Razzle Dazzle Rose. HEX triplet: F0, 26 and C0. RGB value is (240,38,192). Sum of RGB (Red+Green+Blue) = 240+38+192=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 38 (15.23% from 255 or 8.09% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F026C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F026C0 is #0FD93F. Grayscale: #737373. Windows color (decimal): -1038656 or 12592880. OLE color: 12592880.

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

Color convert

RGB 240 38 192 -
CMYK 0 0.84 0.20 0.06
HSL 314.26º 0.87% 0.55% -
HSV(B) 314.26º 0.84% 0.94% -
XYZ 46.14 23.72 52.02 -
YUV 115.95 170.92 216.48 -
System Red Green Blue C M Y K H S L
Decimal 240 38 192 0 0.84 0.20 0.06 314.26 0.87 0.55
Hex F0 26 C0 0 54 14 6 13A 57 37
Octal 360 46 300 0 124 24 6 472 127 67
Binary 11110000 100110 11000000 0 1010100 10100 110 100111010 1010111 110111

Color Harmonies of #F026C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F026C0

Black with #F026C0

Text Example


Text Example

White with #F026C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F026C0; }

 p { color: rgb(240,38,192); }

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

background-color css

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

 a { background-color: rgb(240,38,192); }

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

border-color css

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

 span { border-color: rgb(240,38,192); }

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