Html Css Color HEX #F629C0 Razzle Dazzle Rose

📋 copy color: '#F629C0'

red 246 ◦ green 41 ◦ blue 192

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

Shades of Razzle Dazzle Rose #F629C0

Tints of Razzle Dazzle Rose #F629C0

RGB

 RED value IS 246 (96.48% from 255) = 51.36%

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

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

R = 51.36%
G = 8.56%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F629C0 (or 0xF629C0) is known color: Razzle Dazzle Rose. HEX triplet: F6, 29 and C0. RGB value is (246,41,192). Sum of RGB (Red+Green+Blue) = 246+41+192=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 41 (16.41% from 255 or 8.56% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F629C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F629C0 is #09D63F. Grayscale: #777777. Windows color (decimal): -644672 or 12593654. OLE color: 12593654.

HSL color Cylindrical-coordinate representation of color #F629C0: hue angle of 315.8º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F629C0 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 41 192 -
CMYK 0 0.83 0.22 0.04
HSL 315.8º 0.92% 0.56% -
HSV(B) 315.8º 0.83% 0.96% -
XYZ 48.31 24.98 52.15 -
YUV 119.51 168.92 218.22 -
System Red Green Blue C M Y K H S L
Decimal 246 41 192 0 0.83 0.22 0.04 315.8 0.92 0.56
Hex F6 29 C0 0 53 16 4 13C 5C 38
Octal 366 51 300 0 123 26 4 474 134 70
Binary 11110110 101001 11000000 0 1010011 10110 100 100111100 1011100 111000

Color Harmonies of #F629C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F629C0

Black with #F629C0

Text Example


Text Example

White with #F629C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F629C0; }

 p { color: rgb(246,41,192); }

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

background-color css

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

 a { background-color: rgb(246,41,192); }

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

border-color css

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

 span { border-color: rgb(246,41,192); }

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