Html Css Color HEX #F641CF Razzle Dazzle Rose

📋 copy color: '#F641CF'

red 246 ◦ green 65 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F641CF

Tints of Razzle Dazzle Rose #F641CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.96%

R = 47.49%
G = 12.55%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F641CF (or 0xF641CF) is known color: Razzle Dazzle Rose. HEX triplet: F6, 41 and CF. RGB value is (246,65,207). Sum of RGB (Red+Green+Blue) = 246+65+207=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 65 (25.78% from 255 or 12.55% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F641CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F641CF is #09BE30. Grayscale: #868686. Windows color (decimal): -638513 or 13582838. OLE color: 13582838.

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

Color convert

RGB 246 65 207 -
CMYK 0 0.74 0.16 0.04
HSL 312.93º 0.91% 0.61% -
HSV(B) 312.93º 0.74% 0.96% -
XYZ 51.16 27.88 61.72 -
YUV 135.31 168.47 206.95 -
System Red Green Blue C M Y K H S L
Decimal 246 65 207 0 0.74 0.16 0.04 312.93 0.91 0.61
Hex F6 41 CF 0 4A 10 4 139 5B 3D
Octal 366 101 317 0 112 20 4 471 133 75
Binary 11110110 1000001 11001111 0 1001010 10000 100 100111001 1011011 111101

Color Harmonies of #F641CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F641CF

Black with #F641CF

Text Example


Text Example

White with #F641CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F641CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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