Html Css Color HEX #F641DA Razzle Dazzle Rose

📋 copy color: '#F641DA'

red 246 ◦ green 65 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F641DA

Tints of Razzle Dazzle Rose #F641DA

RGB

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

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

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

R = 46.5%
G = 12.29%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F641DA (or 0xF641DA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 41 and DA. RGB value is (246,65,218). Sum of RGB (Red+Green+Blue) = 246+65+218=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 65 (25.78% from 255 or 12.29% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F641DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F641DA is #09BE25. Grayscale: #888888. Windows color (decimal): -638502 or 14303734. OLE color: 14303734.

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

Color convert

RGB 246 65 218 -
CMYK 0 0.74 0.11 0.04
HSL 309.28º 0.91% 0.61% -
HSV(B) 309.28º 0.74% 0.96% -
XYZ 52.55 28.44 69.05 -
YUV 136.56 173.97 206.06 -
System Red Green Blue C M Y K H S L
Decimal 246 65 218 0 0.74 0.11 0.04 309.28 0.91 0.61
Hex F6 41 DA 0 4A B 4 135 5B 3D
Octal 366 101 332 0 112 13 4 465 133 75
Binary 11110110 1000001 11011010 0 1001010 1011 100 100110101 1011011 111101

Color Harmonies of #F641DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F641DA

Black with #F641DA

Text Example


Text Example

White with #F641DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F641DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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