Html Css Color HEX #F61298 Deep Pink

📋 copy color: '#F61298'

red 246 ◦ green 18 ◦ blue 152

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

Shades of Deep Pink #F61298

Tints of Deep Pink #F61298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.33%

 BLUE value IS 152 (59.77% from 255) = 36.54%

R = 59.13%
G = 4.33%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F61298 (or 0xF61298) is known color: Deep Pink. HEX triplet: F6, 12 and 98. RGB value is (246,18,152). Sum of RGB (Red+Green+Blue) = 246+18+152=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F61298 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61298 is #09ED67. Grayscale: #656565. Windows color (decimal): -650600 or 9966326. OLE color: 9966326.

HSL color Cylindrical-coordinate representation of color #F61298: hue angle of 324.74º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61298 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 18 152 -
CMYK 0 0.93 0.38 0.04
HSL 324.74º 0.93% 0.52% -
HSV(B) 324.74º 0.93% 0.96% -
XYZ 43.89 22.29 31.7 -
YUV 101.45 156.54 231.1 -
System Red Green Blue C M Y K H S L
Decimal 246 18 152 0 0.93 0.38 0.04 324.74 0.93 0.52
Hex F6 12 98 0 5D 26 4 145 5D 34
Octal 366 22 230 0 135 46 4 505 135 64
Binary 11110110 10010 10011000 0 1011101 100110 100 101000101 1011101 110100

Color Harmonies of #F61298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61298

Black with #F61298

Text Example


Text Example

White with #F61298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61298; }

 p { color: rgb(246,18,152); }

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

background-color css

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

 a { background-color: rgb(246,18,152); }

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

border-color css

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

 span { border-color: rgb(246,18,152); }

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