Html Css Color HEX #F641C3 Razzle Dazzle Rose

📋 copy color: '#F641C3'

red 246 ◦ green 65 ◦ blue 195

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

Shades of Razzle Dazzle Rose #F641C3

Tints of Razzle Dazzle Rose #F641C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.54%

R = 48.62%
G = 12.85%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F641C3 (or 0xF641C3) is known color: Razzle Dazzle Rose. HEX triplet: F6, 41 and C3. RGB value is (246,65,195). Sum of RGB (Red+Green+Blue) = 246+65+195=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 65 (25.78% from 255 or 12.85% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F641C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F641C3 is #09BE3C. Grayscale: #858585. Windows color (decimal): -638525 or 12796406. OLE color: 12796406.

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

Color convert

RGB 246 65 195 -
CMYK 0 0.74 0.21 0.04
HSL 316.91º 0.91% 0.61% -
HSV(B) 316.91º 0.74% 0.96% -
XYZ 49.75 27.31 54.28 -
YUV 133.94 162.47 207.93 -
System Red Green Blue C M Y K H S L
Decimal 246 65 195 0 0.74 0.21 0.04 316.91 0.91 0.61
Hex F6 41 C3 0 4A 15 4 13D 5B 3D
Octal 366 101 303 0 112 25 4 475 133 75
Binary 11110110 1000001 11000011 0 1001010 10101 100 100111101 1011011 111101

Color Harmonies of #F641C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F641C3

Black with #F641C3

Text Example


Text Example

White with #F641C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F641C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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