Html Css Color HEX #F641E1 Razzle Dazzle Rose

📋 copy color: '#F641E1'

red 246 ◦ green 65 ◦ blue 225

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

Shades of Razzle Dazzle Rose #F641E1

Tints of Razzle Dazzle Rose #F641E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.98%

R = 45.9%
G = 12.13%
B = 41.98%

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

#F641E1 (or 0xF641E1) is known color: Razzle Dazzle Rose. HEX triplet: F6, 41 and E1. RGB value is (246,65,225). Sum of RGB (Red+Green+Blue) = 246+65+225=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 65 (25.78% from 255 or 12.13% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F641E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F641E1 is #09BE1E. Grayscale: #888888. Windows color (decimal): -638495 or 14762486. OLE color: 14762486.

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

Color convert

RGB 246 65 225 -
CMYK 0 0.74 0.09 0.04
HSL 306.96º 0.91% 0.61% -
HSV(B) 306.96º 0.74% 0.96% -
XYZ 53.49 28.81 73.98 -
YUV 137.36 177.47 205.49 -
System Red Green Blue C M Y K H S L
Decimal 246 65 225 0 0.74 0.09 0.04 306.96 0.91 0.61
Hex F6 41 E1 0 4A 9 4 133 5B 3D
Octal 366 101 341 0 112 11 4 463 133 75
Binary 11110110 1000001 11100001 0 1001010 1001 100 100110011 1011011 111101

Color Harmonies of #F641E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F641E1

Black with #F641E1

Text Example


Text Example

White with #F641E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F641E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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