Html Css Color HEX #F629CE Razzle Dazzle Rose

📋 copy color: '#F629CE'

red 246 ◦ green 41 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F629CE

Tints of Razzle Dazzle Rose #F629CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.78%

R = 49.9%
G = 8.32%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F629CE (or 0xF629CE) is known color: Razzle Dazzle Rose. HEX triplet: F6, 29 and CE. RGB value is (246,41,206). Sum of RGB (Red+Green+Blue) = 246+41+206=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 41 (16.41% from 255 or 8.32% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F629CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F629CE is #09D631. Grayscale: #787878. Windows color (decimal): -644658 or 13511158. OLE color: 13511158.

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

Color convert

RGB 246 41 206 -
CMYK 0 0.83 0.16 0.04
HSL 311.71º 0.92% 0.56% -
HSV(B) 311.71º 0.83% 0.96% -
XYZ 49.94 25.63 60.71 -
YUV 121.11 175.92 217.08 -
System Red Green Blue C M Y K H S L
Decimal 246 41 206 0 0.83 0.16 0.04 311.71 0.92 0.56
Hex F6 29 CE 0 53 10 4 138 5C 38
Octal 366 51 316 0 123 20 4 470 134 70
Binary 11110110 101001 11001110 0 1010011 10000 100 100111000 1011100 111000

Color Harmonies of #F629CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F629CE

Black with #F629CE

Text Example


Text Example

White with #F629CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F629CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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