Html Css Color HEX #F642C2 Razzle Dazzle Rose

📋 copy color: '#F642C2'

red 246 ◦ green 66 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F642C2

Tints of Razzle Dazzle Rose #F642C2

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.04%

 BLUE value IS 194 (76.17% from 255) = 38.34%

R = 48.62%
G = 13.04%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F642C2 (or 0xF642C2) is known color: Razzle Dazzle Rose. HEX triplet: F6, 42 and C2. RGB value is (246,66,194). Sum of RGB (Red+Green+Blue) = 246+66+194=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 66 (26.17% from 255 or 13.04% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F642C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F642C2 is #09BD3D. Grayscale: #868686. Windows color (decimal): -638270 or 12731126. OLE color: 12731126.

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

Color convert

RGB 246 66 194 -
CMYK 0 0.73 0.21 0.04
HSL 317.33º 0.91% 0.61% -
HSV(B) 317.33º 0.73% 0.96% -
XYZ 49.69 27.38 53.71 -
YUV 134.41 161.63 207.59 -
System Red Green Blue C M Y K H S L
Decimal 246 66 194 0 0.73 0.21 0.04 317.33 0.91 0.61
Hex F6 42 C2 0 49 15 4 13D 5B 3D
Octal 366 102 302 0 111 25 4 475 133 75
Binary 11110110 1000010 11000010 0 1001001 10101 100 100111101 1011011 111101

Color Harmonies of #F642C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F642C2

Black with #F642C2

Text Example


Text Example

White with #F642C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F642C2; }

 p { color: rgb(246,66,194); }

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

background-color css

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

 a { background-color: rgb(246,66,194); }

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

border-color css

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

 span { border-color: rgb(246,66,194); }

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