Html Css Color HEX #F629DA Razzle Dazzle Rose

📋 copy color: '#F629DA'

red 246 ◦ green 41 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F629DA

Tints of Razzle Dazzle Rose #F629DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 48.71%
G = 8.12%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F629DA (or 0xF629DA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 29 and DA. RGB value is (246,41,218). Sum of RGB (Red+Green+Blue) = 246+41+218=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 41 (16.41% from 255 or 8.12% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F629DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F629DA is #09D625. Grayscale: #797979. Windows color (decimal): -644646 or 14297590. OLE color: 14297590.

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

Color convert

RGB 246 41 218 -
CMYK 0 0.83 0.11 0.04
HSL 308.2º 0.92% 0.56% -
HSV(B) 308.2º 0.83% 0.96% -
XYZ 51.45 26.24 68.68 -
YUV 122.47 181.92 216.11 -
System Red Green Blue C M Y K H S L
Decimal 246 41 218 0 0.83 0.11 0.04 308.2 0.92 0.56
Hex F6 29 DA 0 53 B 4 134 5C 38
Octal 366 51 332 0 123 13 4 464 134 70
Binary 11110110 101001 11011010 0 1010011 1011 100 100110100 1011100 111000

Color Harmonies of #F629DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F629DA

Black with #F629DA

Text Example


Text Example

White with #F629DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F629DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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