Html Css Color HEX #F3067C Deep Pink

📋 copy color: '#F3067C'

red 243 ◦ green 6 ◦ blue 124

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

Shades of Deep Pink #F3067C

Tints of Deep Pink #F3067C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.24%

R = 65.15%
G = 1.61%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F3067C (or 0xF3067C) is known color: Deep Pink. HEX triplet: F3, 06 and 7C. RGB value is (243,6,124). Sum of RGB (Red+Green+Blue) = 243+6+124=373 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.15% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 243 - color contains mainly: red. Hex color #F3067C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3067C is #0CF983. Grayscale: #5A5A5A. Windows color (decimal): -850308 or 8128243. OLE color: 8128243.

HSL color Cylindrical-coordinate representation of color #F3067C: hue angle of 330.13º 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 #F3067C is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 6 124 -
CMYK 0 0.98 0.49 0.05
HSL 330.13º 0.95% 0.49% -
HSV(B) 330.13º 0.98% 0.95% -
XYZ 40.67 20.64 20.91 -
YUV 90.32 147.02 236.91 -
System Red Green Blue C M Y K H S L
Decimal 243 6 124 0 0.98 0.49 0.05 330.13 0.95 0.49
Hex F3 6 7C 0 62 31 5 14A 5F 31
Octal 363 6 174 0 142 61 5 512 137 61
Binary 11110011 110 1111100 0 1100010 110001 101 101001010 1011111 110001

Color Harmonies of #F3067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3067C

Black with #F3067C

Text Example


Text Example

White with #F3067C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3067C; }

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

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

background-color css

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

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

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

border-color css

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

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

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