Html Css Color HEX #F641DF Razzle Dazzle Rose

📋 copy color: '#F641DF'

red 246 ◦ green 65 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F641DF

Tints of Razzle Dazzle Rose #F641DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.17%

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 46.07%
G = 12.17%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F641DF (or 0xF641DF) is known color: Razzle Dazzle Rose. HEX triplet: F6, 41 and DF. RGB value is (246,65,223). Sum of RGB (Red+Green+Blue) = 246+65+223=534 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.07% from 534); Green value is 65 (25.78% from 255 or 12.17% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 246 - color contains mainly: red. Hex color #F641DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F641DF is #09BE20. Grayscale: #888888. Windows color (decimal): -638497 or 14631414. OLE color: 14631414.

HSL color Cylindrical-coordinate representation of color #F641DF: hue angle of 307.62º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F641DF is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 65 223 -
CMYK 0 0.74 0.09 0.04
HSL 307.62º 0.91% 0.61% -
HSV(B) 307.62º 0.74% 0.96% -
XYZ 53.22 28.7 72.55 -
YUV 137.13 176.47 205.65 -
System Red Green Blue C M Y K H S L
Decimal 246 65 223 0 0.74 0.09 0.04 307.62 0.91 0.61
Hex F6 41 DF 0 4A 9 4 134 5B 3D
Octal 366 101 337 0 112 11 4 464 133 75
Binary 11110110 1000001 11011111 0 1001010 1001 100 100110100 1011011 111101

Color Harmonies of #F641DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F641DF

Black with #F641DF

Text Example


Text Example

White with #F641DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F641DF; }

 p { color: rgb(246,65,223); }

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

background-color css

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

 a { background-color: rgb(246,65,223); }

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

border-color css

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

 span { border-color: rgb(246,65,223); }

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