Html Css Color HEX #F3068B Deep Pink

📋 copy color: '#F3068B'

red 243 ◦ green 6 ◦ blue 139

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

Shades of Deep Pink #F3068B

Tints of Deep Pink #F3068B

RGB

 RED value IS 243 (95.31% from 255) = 62.63%

 GREEN value IS 6 (2.73% from 255) = 1.55%

 BLUE value IS 139 (54.69% from 255) = 35.82%

R = 62.63%
G = 1.55%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F3068B (or 0xF3068B) is known color: Deep Pink. HEX triplet: F3, 06 and 8B. RGB value is (243,6,139). Sum of RGB (Red+Green+Blue) = 243+6+139=388 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.63% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 243 - color contains mainly: red. Hex color #F3068B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3068B is #0CF974. Grayscale: #5B5B5B. Windows color (decimal): -850293 or 9111283. OLE color: 9111283.

HSL color Cylindrical-coordinate representation of color #F3068B: hue angle of 326.33º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F3068B is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 6 139 -
CMYK 0 0.98 0.43 0.05
HSL 326.33º 0.95% 0.49% -
HSV(B) 326.33º 0.98% 0.95% -
XYZ 41.69 21.05 26.29 -
YUV 92.03 154.52 235.69 -
System Red Green Blue C M Y K H S L
Decimal 243 6 139 0 0.98 0.43 0.05 326.33 0.95 0.49
Hex F3 6 8B 0 62 2B 5 146 5F 31
Octal 363 6 213 0 142 53 5 506 137 61
Binary 11110011 110 10001011 0 1100010 101011 101 101000110 1011111 110001

Color Harmonies of #F3068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3068B

Black with #F3068B

Text Example


Text Example

White with #F3068B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3068B; }

 p { color: rgb(243,6,139); }

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

background-color css

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

 a { background-color: rgb(243,6,139); }

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

border-color css

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

 span { border-color: rgb(243,6,139); }

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