Html Css Color HEX #F3067B Deep Pink

📋 copy color: '#F3067B'

red 243 ◦ green 6 ◦ blue 123

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

Shades of Deep Pink #F3067B

Tints of Deep Pink #F3067B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.06%

R = 65.32%
G = 1.61%
B = 33.06%

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

#F3067B (or 0xF3067B) is known color: Deep Pink. HEX triplet: F3, 06 and 7B. RGB value is (243,6,123). Sum of RGB (Red+Green+Blue) = 243+6+123=372 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.32% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 243 - color contains mainly: red. Hex color #F3067B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3067B is #0CF984. Grayscale: #595959. Windows color (decimal): -850309 or 8062707. OLE color: 8062707.

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

Color convert

RGB 243 6 123 -
CMYK 0 0.98 0.49 0.05
HSL 330.38º 0.95% 0.49% -
HSV(B) 330.38º 0.98% 0.95% -
XYZ 40.6 20.62 20.58 -
YUV 90.2 146.52 236.99 -
System Red Green Blue C M Y K H S L
Decimal 243 6 123 0 0.98 0.49 0.05 330.38 0.95 0.49
Hex F3 6 7B 0 62 31 5 14A 5F 31
Octal 363 6 173 0 142 61 5 512 137 61
Binary 11110011 110 1111011 0 1100010 110001 101 101001010 1011111 110001

Color Harmonies of #F3067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3067B

Black with #F3067B

Text Example


Text Example

White with #F3067B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3067B; }

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

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

background-color css

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

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

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

border-color css

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

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

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