Html Css Color HEX #F642BA Razzle Dazzle Rose

📋 copy color: '#F642BA'

red 246 ◦ green 66 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F642BA

Tints of Razzle Dazzle Rose #F642BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.35%

R = 49.4%
G = 13.25%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F642BA (or 0xF642BA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 42 and BA. RGB value is (246,66,186). Sum of RGB (Red+Green+Blue) = 246+66+186=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 66 (26.17% from 255 or 13.25% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F642BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F642BA is #09BD45. Grayscale: #858585. Windows color (decimal): -638278 or 12206838. OLE color: 12206838.

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

Color convert

RGB 246 66 186 -
CMYK 0 0.73 0.24 0.04
HSL 320º 0.91% 0.61% -
HSV(B) 320º 0.73% 0.96% -
XYZ 48.82 27.03 49.1 -
YUV 133.5 157.63 208.24 -
System Red Green Blue C M Y K H S L
Decimal 246 66 186 0 0.73 0.24 0.04 320 0.91 0.61
Hex F6 42 BA 0 49 18 4 140 5B 3D
Octal 366 102 272 0 111 30 4 500 133 75
Binary 11110110 1000010 10111010 0 1001001 11000 100 101000000 1011011 111101

Color Harmonies of #F642BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F642BA

Black with #F642BA

Text Example


Text Example

White with #F642BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F642BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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