Html Css Color HEX #F61B9A Deep Pink

📋 copy color: '#F61B9A'

red 246 ◦ green 27 ◦ blue 154

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

Shades of Deep Pink #F61B9A

Tints of Deep Pink #F61B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.07%

R = 57.61%
G = 6.32%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F61B9A (or 0xF61B9A) is known color: Deep Pink. HEX triplet: F6, 1B and 9A. RGB value is (246,27,154). Sum of RGB (Red+Green+Blue) = 246+27+154=427 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.61% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 246 - color contains mainly: red. Hex color #F61B9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61B9A is #09E465. Grayscale: #6A6A6A. Windows color (decimal): -648294 or 10099702. OLE color: 10099702.

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

Color convert

RGB 246 27 154 -
CMYK 0 0.89 0.37 0.04
HSL 325.21º 0.92% 0.54% -
HSV(B) 325.21º 0.89% 0.96% -
XYZ 44.23 22.71 32.62 -
YUV 106.96 154.55 227.17 -
System Red Green Blue C M Y K H S L
Decimal 246 27 154 0 0.89 0.37 0.04 325.21 0.92 0.54
Hex F6 1B 9A 0 59 25 4 145 5C 36
Octal 366 33 232 0 131 45 4 505 134 66
Binary 11110110 11011 10011010 0 1011001 100101 100 101000101 1011100 110110

Color Harmonies of #F61B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61B9A

Black with #F61B9A

Text Example


Text Example

White with #F61B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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