Html Css Color HEX #F3258A Deep Pink

📋 copy color: '#F3258A'

red 243 ◦ green 37 ◦ blue 138

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

Shades of Deep Pink #F3258A

Tints of Deep Pink #F3258A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.85%

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

R = 58.13%
G = 8.85%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F3258A (or 0xF3258A) is known color: Deep Pink. HEX triplet: F3, 25 and 8A. RGB value is (243,37,138). Sum of RGB (Red+Green+Blue) = 243+37+138=418 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.13% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 243 - color contains mainly: red. Hex color #F3258A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3258A is #0CDA75. Grayscale: #6D6D6D. Windows color (decimal): -842358 or 9053683. OLE color: 9053683.

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

Color convert

RGB 243 37 138 -
CMYK 0 0.85 0.43 0.05
HSL 330.58º 0.9% 0.55% -
HSV(B) 330.58º 0.85% 0.95% -
XYZ 42.21 22.21 26.11 -
YUV 110.11 143.75 222.79 -
System Red Green Blue C M Y K H S L
Decimal 243 37 138 0 0.85 0.43 0.05 330.58 0.9 0.55
Hex F3 25 8A 0 55 2B 5 14B 5A 37
Octal 363 45 212 0 125 53 5 513 132 67
Binary 11110011 100101 10001010 0 1010101 101011 101 101001011 1011010 110111

Color Harmonies of #F3258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3258A

Black with #F3258A

Text Example


Text Example

White with #F3258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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