Html Css Color HEX #F61BDF Razzle Dazzle Rose

📋 copy color: '#F61BDF'

red 246 ◦ green 27 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F61BDF

Tints of Razzle Dazzle Rose #F61BDF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.44%

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 49.6%
G = 5.44%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F61BDF (or 0xF61BDF) is known color: Razzle Dazzle Rose. HEX triplet: F6, 1B and DF. RGB value is (246,27,223). Sum of RGB (Red+Green+Blue) = 246+27+223=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 27 (10.94% from 255 or 5.44% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F61BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61BDF is #09E420. Grayscale: #727272. Windows color (decimal): -648225 or 14621686. OLE color: 14621686.

HSL color Cylindrical-coordinate representation of color #F61BDF: hue angle of 306.3º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61BDF is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 27 223 -
CMYK 0 0.89 0.09 0.04
HSL 306.3º 0.92% 0.54% -
HSV(B) 306.3º 0.89% 0.96% -
XYZ 51.72 25.7 72.05 -
YUV 114.83 189.05 221.56 -
System Red Green Blue C M Y K H S L
Decimal 246 27 223 0 0.89 0.09 0.04 306.3 0.92 0.54
Hex F6 1B DF 0 59 9 4 132 5C 36
Octal 366 33 337 0 131 11 4 462 134 66
Binary 11110110 11011 11011111 0 1011001 1001 100 100110010 1011100 110110

Color Harmonies of #F61BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61BDF

Black with #F61BDF

Text Example


Text Example

White with #F61BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61BDF; }

 p { color: rgb(246,27,223); }

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

background-color css

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

 a { background-color: rgb(246,27,223); }

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

border-color css

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

 span { border-color: rgb(246,27,223); }

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