Html Css Color HEX #F61BE1 Razzle Dazzle Rose

📋 copy color: '#F61BE1'

red 246 ◦ green 27 ◦ blue 225

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

Shades of Razzle Dazzle Rose #F61BE1

Tints of Razzle Dazzle Rose #F61BE1

RGB

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

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

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

R = 49.4%
G = 5.42%
B = 45.18%

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

#F61BE1 (or 0xF61BE1) is known color: Razzle Dazzle Rose. HEX triplet: F6, 1B and E1. RGB value is (246,27,225). Sum of RGB (Red+Green+Blue) = 246+27+225=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 27 (10.94% from 255 or 5.42% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F61BE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61BE1 is #09E41E. Grayscale: #727272. Windows color (decimal): -648223 or 14752758. OLE color: 14752758.

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

Color convert

RGB 246 27 225 -
CMYK 0 0.89 0.09 0.04
HSL 305.75º 0.92% 0.54% -
HSV(B) 305.75º 0.89% 0.96% -
XYZ 51.99 25.81 73.48 -
YUV 115.05 190.05 221.4 -
System Red Green Blue C M Y K H S L
Decimal 246 27 225 0 0.89 0.09 0.04 305.75 0.92 0.54
Hex F6 1B E1 0 59 9 4 132 5C 36
Octal 366 33 341 0 131 11 4 462 134 66
Binary 11110110 11011 11100001 0 1011001 1001 100 100110010 1011100 110110

Color Harmonies of #F61BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61BE1

Black with #F61BE1

Text Example


Text Example

White with #F61BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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