Html Css Color HEX #F3148A Deep Pink

📋 copy color: '#F3148A'

red 243 ◦ green 20 ◦ blue 138

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

Shades of Deep Pink #F3148A

Tints of Deep Pink #F3148A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.99%

 BLUE value IS 138 (54.3% from 255) = 34.41%

R = 60.6%
G = 4.99%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F3148A (or 0xF3148A) is known color: Deep Pink. HEX triplet: F3, 14 and 8A. RGB value is (243,20,138). Sum of RGB (Red+Green+Blue) = 243+20+138=401 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.60% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 243 - color contains mainly: red. Hex color #F3148A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3148A is #0CEB75. Grayscale: #636363. Windows color (decimal): -846710 or 9049331. OLE color: 9049331.

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

Color convert

RGB 243 20 138 -
CMYK 0 0.92 0.43 0.05
HSL 328.25º 0.9% 0.52% -
HSV(B) 328.25º 0.92% 0.95% -
XYZ 41.8 21.39 25.97 -
YUV 100.13 149.38 229.91 -
System Red Green Blue C M Y K H S L
Decimal 243 20 138 0 0.92 0.43 0.05 328.25 0.9 0.52
Hex F3 14 8A 0 5C 2B 5 148 5A 34
Octal 363 24 212 0 134 53 5 510 132 64
Binary 11110011 10100 10001010 0 1011100 101011 101 101001000 1011010 110100

Color Harmonies of #F3148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3148A

Black with #F3148A

Text Example


Text Example

White with #F3148A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3148A; }

 p { color: rgb(243,20,138); }

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

background-color css

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

 a { background-color: rgb(243,20,138); }

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

border-color css

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

 span { border-color: rgb(243,20,138); }

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