Html Css Color HEX #F3248F Deep Pink

📋 copy color: '#F3248F'

red 243 ◦ green 36 ◦ blue 143

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

Shades of Deep Pink #F3248F

Tints of Deep Pink #F3248F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.53%

 BLUE value IS 143 (56.25% from 255) = 33.89%

R = 57.58%
G = 8.53%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F3248F (or 0xF3248F) is known color: Deep Pink. HEX triplet: F3, 24 and 8F. RGB value is (243,36,143). Sum of RGB (Red+Green+Blue) = 243+36+143=422 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.58% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 243 - color contains mainly: red. Hex color #F3248F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3248F is #0CDB70. Grayscale: #6D6D6D. Windows color (decimal): -842609 or 9381107. OLE color: 9381107.

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

Color convert

RGB 243 36 143 -
CMYK 0 0.85 0.41 0.05
HSL 328.99º 0.9% 0.55% -
HSV(B) 328.99º 0.85% 0.95% -
XYZ 42.55 22.3 28.05 -
YUV 110.09 146.58 222.8 -
System Red Green Blue C M Y K H S L
Decimal 243 36 143 0 0.85 0.41 0.05 328.99 0.9 0.55
Hex F3 24 8F 0 55 29 5 149 5A 37
Octal 363 44 217 0 125 51 5 511 132 67
Binary 11110011 100100 10001111 0 1010101 101001 101 101001001 1011010 110111

Color Harmonies of #F3248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3248F

Black with #F3248F

Text Example


Text Example

White with #F3248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3248F; }

 p { color: rgb(243,36,143); }

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

background-color css

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

 a { background-color: rgb(243,36,143); }

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

border-color css

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

 span { border-color: rgb(243,36,143); }

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