Html Css Color HEX #F3038B Deep Pink

📋 copy color: '#F3038B'

red 243 ◦ green 3 ◦ blue 139

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

Shades of Deep Pink #F3038B

Tints of Deep Pink #F3038B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

 BLUE value IS 139 (54.69% from 255) = 36.1%

R = 63.12%
G = 0.78%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F3038B (or 0xF3038B) is known color: Deep Pink. HEX triplet: F3, 03 and 8B. RGB value is (243,3,139). Sum of RGB (Red+Green+Blue) = 243+3+139=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F3038B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3038B is #0CFC74. Grayscale: #595959. Windows color (decimal): -851061 or 9110515. OLE color: 9110515.

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

Color convert

RGB 243 3 139 -
CMYK 0 0.99 0.43 0.05
HSL 326º 0.98% 0.48% -
HSV(B) 326º 0.99% 0.95% -
XYZ 41.65 20.98 26.28 -
YUV 90.26 155.51 236.94 -
System Red Green Blue C M Y K H S L
Decimal 243 3 139 0 0.99 0.43 0.05 326 0.98 0.48
Hex F3 3 8B 0 63 2B 5 146 62 30
Octal 363 3 213 0 143 53 5 506 142 60
Binary 11110011 11 10001011 0 1100011 101011 101 101000110 1100010 110000

Color Harmonies of #F3038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3038B

Black with #F3038B

Text Example


Text Example

White with #F3038B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3038B; }

 p { color: rgb(243,3,139); }

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

background-color css

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

 a { background-color: rgb(243,3,139); }

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

border-color css

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

 span { border-color: rgb(243,3,139); }

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